1
0
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:
Nathan Sobo 2014-01-15 14:58:32 -07:00
parent bf27632810
commit c07ca791d4

View File

@ -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;
}
}