RepoEditor: Add hover color for the close icon.
This commit is contained in:
parent
1081f0e0a9
commit
4af85106cb
1 changed files with 4 additions and 0 deletions
|
@ -191,6 +191,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.close-icon:hover {
|
||||
color: $hint-color;
|
||||
}
|
||||
|
||||
.close-icon,
|
||||
.unsaved-icon {
|
||||
float: right;
|
||||
|
|
Loading…
Reference in a new issue