mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Making the light theme close icons a tiny tiny less bold.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
}
|
||||
|
||||
.is-blurred .tab .close-icon {
|
||||
color: #777;
|
||||
color: #8d8d8d;
|
||||
}
|
||||
|
||||
.is-blurred .tree-view:focus .selected > .highlight {
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
}
|
||||
|
||||
.tab .close-icon {
|
||||
color: #323232;
|
||||
color: #686868;
|
||||
}
|
||||
|
||||
.tab .close-icon:hover {
|
||||
|
||||
Reference in New Issue
Block a user