mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-02-03 12:54:19 +01:00
Tweaks to buttons in find bar and input line backgrounds
This commit is contained in:
parent
c6fc51859c
commit
e8b6a2f366
@ -7,13 +7,11 @@
|
|||||||
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: @text-color-highlight;
|
color: @text-color;
|
||||||
|
|
||||||
}
|
}
|
||||||
&.selected,
|
&.selected,
|
||||||
&.selected:hover {
|
&.selected:hover {
|
||||||
color: @text-color-highlight;
|
color: @text-color-highlight;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -29,6 +27,10 @@
|
|||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
.btn-background(@button-background-color, @button-background-color-hover, @button-background-color-selected, @text-color);
|
.btn-background(@button-background-color, @button-background-color-hover, @button-background-color-selected, @text-color);
|
||||||
|
&:active {
|
||||||
|
box-shadow: none;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.btn-primary {
|
.btn.btn-primary {
|
||||||
|
@ -18,8 +18,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.editor.editor-colors.mini.is-focused {
|
.editor.editor-colors.mini.is-focused {
|
||||||
background-color: darken(@editor-background-color, 3%);
|
.selection .region { background-color: lighten(@app-background-color, 5%); }
|
||||||
.selection .region { background-color: desaturate(@background-color-info, 50%); }
|
|
||||||
transition: background-color 0.1s
|
transition: background-color 0.1s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user