vioott commited on
Commit
1200eeb
·
1 Parent(s): 212ceaf

fix(ui): add cursor pointer to modal close button

Browse files
Files changed (1) hide show
  1. static/style.css +1 -0
static/style.css CHANGED
@@ -201,6 +201,7 @@ button:hover {
201
  font-weight: 300;
202
  line-height: 1;
203
  transition: color 0.2s;
 
204
  }
205
 
206
  .close-btn:hover {
 
201
  font-weight: 300;
202
  line-height: 1;
203
  transition: color 0.2s;
204
+ cursor: pointer;
205
  }
206
 
207
  .close-btn:hover {