Fixed bugs
This commit is contained in:
parent
4bd36e57be
commit
34259ce60a
|
@ -418,7 +418,7 @@ treeview entry.flat:focus, treeview .raven .raven-background spinbutton:focus:no
|
|||
button {
|
||||
outline-color: #8eb9ff;
|
||||
outline-style: solid;
|
||||
outline-offset: 0;
|
||||
outline-offset: -1px;
|
||||
outline-width: 3px;
|
||||
-gtk-outline-radius: 6px;
|
||||
}
|
||||
|
|
|
@ -418,7 +418,7 @@ treeview entry.flat:focus, treeview .raven .raven-background spinbutton:focus:no
|
|||
button {
|
||||
outline-color: #8eb9ff;
|
||||
outline-style: solid;
|
||||
outline-offset: 0;
|
||||
outline-offset: -1px;
|
||||
outline-width: 3px;
|
||||
-gtk-outline-radius: 6px;
|
||||
}
|
||||
|
|
|
@ -419,7 +419,7 @@ treeview entry.flat:focus, treeview .raven .raven-background spinbutton:focus:no
|
|||
button {
|
||||
outline-color: #8eb9ff;
|
||||
outline-style: solid;
|
||||
outline-offset: 0;
|
||||
outline-offset: -1px;
|
||||
outline-width: 3px;
|
||||
-gtk-outline-radius: 6px;
|
||||
}
|
||||
|
|
|
@ -419,7 +419,7 @@ treeview entry.flat:focus, treeview .raven .raven-background spinbutton:focus:no
|
|||
button {
|
||||
outline-color: #8eb9ff;
|
||||
outline-style: solid;
|
||||
outline-offset: 0;
|
||||
outline-offset: -1px;
|
||||
outline-width: 3px;
|
||||
-gtk-outline-radius: 6px;
|
||||
}
|
||||
|
|
|
@ -382,7 +382,7 @@ $_dot_color: $selected_bg_color;
|
|||
@at-root %outline_solid, button {
|
||||
outline-color: $entry_highlight;
|
||||
outline-style: solid;
|
||||
outline-offset: 0;
|
||||
outline-offset: -1px;
|
||||
outline-width: 3px;
|
||||
-gtk-outline-radius: $bt_radius + 1px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue