mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-03-17 18:48:37 +01:00
Use slightly darker background color rather than glow to indicate focus
This commit is contained in:
parent
bf27632810
commit
c07ca791d4
@ -10,10 +10,10 @@
|
||||
|
||||
.panes {
|
||||
.pane {
|
||||
background-color: @app-background-color;
|
||||
background-color: lighten(@app-background-color, 4%);
|
||||
|
||||
&:focus .item-views {
|
||||
box-shadow: inset 0 0 7px #6aa5e9;
|
||||
&:focus {
|
||||
background-color: @app-background-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user