mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-10 09:24:21 +01:00
Apply a blue inner glow to focused empty panes
This commit is contained in:
parent
bc11d0e0a4
commit
bf27632810
@ -11,6 +11,10 @@
|
||||
.panes {
|
||||
.pane {
|
||||
background-color: @app-background-color;
|
||||
|
||||
&:focus .item-views {
|
||||
box-shadow: inset 0 0 7px #6aa5e9;
|
||||
}
|
||||
}
|
||||
|
||||
.pane-row .pane {
|
||||
|
Loading…
Reference in New Issue
Block a user