mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-03-18 18:48:38 +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 {
|
.panes {
|
||||||
.pane {
|
.pane {
|
||||||
background-color: @app-background-color;
|
background-color: lighten(@app-background-color, 4%);
|
||||||
|
|
||||||
&:focus .item-views {
|
&:focus {
|
||||||
box-shadow: inset 0 0 7px #6aa5e9;
|
background-color: @app-background-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user