mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Make unfolded fold icons darker on hover
This commit is contained in:
@@ -45,11 +45,15 @@
|
||||
visibility: hidden;
|
||||
padding-left: .1em;
|
||||
padding-right: .5em;
|
||||
opacity: .8;
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
.editor .gutter:hover .line-number.foldable .fold-icon {
|
||||
visibility: visible;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.editor .gutter .line-number.fold .fold-icon {
|
||||
|
||||
Reference in New Issue
Block a user