RepoEditor: Add hover color for the close icon.

This commit is contained in:
Fatih Acet 2017-09-14 01:52:23 +03:00
parent 1081f0e0a9
commit 4af85106cb

View file

@ -191,6 +191,10 @@
}
}
.close-icon:hover {
color: $hint-color;
}
.close-icon,
.unsaved-icon {
float: right;