mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
the tabs needed some is-blurred action for the active tab
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
color: #323232;
|
||||
}
|
||||
|
||||
.is-blurred .tab.active {
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
box-shadow: inset 0 0 5px #eee, inset -1px 0 0 #e0e0e0, inset 1px 0 0 #e0e0e0;
|
||||
}
|
||||
|
||||
.is-blurred .tree-view {
|
||||
background: #f3f3f3;
|
||||
border-right: 1px solid #c5c5c5;
|
||||
@@ -20,6 +25,13 @@
|
||||
background-color: #69717b;
|
||||
}
|
||||
|
||||
.is-blurred .tree-view:focus .selected > .highlight {
|
||||
border-top: 1px solid #3D4552;
|
||||
border-bottom: 1px solid #3D4552;
|
||||
background-image: none;
|
||||
background-color: #69717b;
|
||||
}
|
||||
|
||||
.is-blurred .tree-view .name:before {
|
||||
color: #7e7e7e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user