mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
light theme tab circle was too light
This commit is contained in:
@@ -24,10 +24,6 @@
|
||||
color: rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
.tab.file-modified .close-icon {
|
||||
border-color: #aaa;
|
||||
}
|
||||
|
||||
.tab.active,
|
||||
.tab.active:hover {
|
||||
color: #010101;
|
||||
@@ -39,7 +35,7 @@
|
||||
}
|
||||
|
||||
.tab.file-modified.active .close-icon {
|
||||
border-color: #e6e6e6;
|
||||
border-color: #aaa;
|
||||
}
|
||||
|
||||
.tab:hover .close-icon {
|
||||
|
||||
Reference in New Issue
Block a user