Skip to content

Commit

Permalink
Fixed the close button's hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Aug 1, 2018
1 parent 3100be2 commit d81cf6b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/css/classic/zebra_dialog.css
Expand Up @@ -147,9 +147,9 @@ a.ZebraDialog_Close {
color: #fff
}
.ZebraDialog_Close {
color: #888;
color: #e7edef;
right: 10px
}
.ZebraDialog_Close:hover {
color: #000
color: #e7edef
}
2 changes: 1 addition & 1 deletion dist/css/classic/zebra_dialog.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/css/classic/zebra_dialog.scss
Expand Up @@ -99,10 +99,10 @@
}

.ZebraDialog_Close {
color: #888;
color: #E7EDEF;
right: 10px;

&:hover {
color: #000;
color: #E7EDEF;
}
}

0 comments on commit d81cf6b

Please sign in to comment.