Skip to content

Commit 030f881

Browse files
updated hover color
1 parent e53f278 commit 030f881

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

dash-renderer/src/components/error/FrontEnd/FrontEndError.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,15 @@
66
position: absolute;
77
right: 0;
88
top: 0;
9-
color: #ccc;
9+
color: #B9C2CE;
1010
font-size: 20px;
1111
cursor: pointer;
12-
<<<<<<< refs/remotes/origin/1403-x-button-to-close-error-box
13-
margin-right: 5px
14-
=======
1512
margin-right: 10px
16-
>>>>>>> One more css update to align the button #1403
1713
}
1814

1915
.dash-fe-error__icon-x:hover
2016
{
21-
color:black;
17+
color:#a1a9b5;
2218
}
2319

2420

0 commit comments

Comments
 (0)