mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
Merge pull request #18377 from atom/sm-one-theme-focus
Focused pane marker
This commit is contained in:
@@ -213,7 +213,7 @@
|
||||
}
|
||||
|
||||
|
||||
// Active pane marker --------------
|
||||
// Active/focused pane marker --------------
|
||||
|
||||
atom-pane-axis > atom-pane.active,
|
||||
atom-pane-container > atom-pane.pane {
|
||||
@@ -226,6 +226,11 @@ atom-pane-container > atom-pane.pane {
|
||||
left: -1px; // cover left border
|
||||
bottom: 0;
|
||||
width: 2px;
|
||||
background: mix(@text-color, @tab-background-color-editor, 33%);
|
||||
}
|
||||
}
|
||||
.pane:focus-within {
|
||||
.tab.active:before {
|
||||
background: @accent-color;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -213,7 +213,7 @@
|
||||
}
|
||||
|
||||
|
||||
// Active pane marker --------------
|
||||
// Active/focused pane marker --------------
|
||||
|
||||
atom-pane-axis > atom-pane.active,
|
||||
atom-pane-container > atom-pane.pane {
|
||||
@@ -226,6 +226,11 @@ atom-pane-container > atom-pane.pane {
|
||||
left: -1px; // cover left border
|
||||
bottom: 0;
|
||||
width: 2px;
|
||||
background: mix(@text-color, @tab-background-color-editor, 33%);
|
||||
}
|
||||
}
|
||||
.pane:focus-within {
|
||||
.tab.active:before {
|
||||
background: @accent-color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user