Spaces:
Sleeping
Sleeping
fix(ui): add cursor pointer to modal close button
Browse files- 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 {
|