forked from AuroraMiddleware/gtk
High Contrast: circular buttons
- make sure they are visible on selected rows https://bugzilla.gnome.org/show_bug.cgi?id=763612
This commit is contained in:
parent
e4f6c76cf8
commit
b73f428a86
@ -2993,13 +2993,16 @@ cursor-handle {
|
||||
}
|
||||
}
|
||||
|
||||
button.circular {
|
||||
button.circular { // FIXME: aggregate to buttons
|
||||
border-radius: 20px;
|
||||
-gtk-outline-radius: 20px;
|
||||
}
|
||||
|
||||
button.circular label {
|
||||
padding: 0;
|
||||
label { padding: 0; }
|
||||
row:selected & {
|
||||
color: $selected_fg_color;
|
||||
&:hover { color: $fg_color; }
|
||||
&:active { color: $selected_fg_color; }
|
||||
}
|
||||
}
|
||||
|
||||
// shortcut window keys
|
||||
|
@ -3296,9 +3296,14 @@ cursor-handle {
|
||||
button.circular {
|
||||
border-radius: 20px;
|
||||
-gtk-outline-radius: 20px; }
|
||||
|
||||
button.circular label {
|
||||
padding: 0; }
|
||||
button.circular label {
|
||||
padding: 0; }
|
||||
row:selected button.circular {
|
||||
color: #fff; }
|
||||
row:selected button.circular:hover {
|
||||
color: #fff; }
|
||||
row:selected button.circular:active {
|
||||
color: #fff; }
|
||||
|
||||
.keycap {
|
||||
min-width: 18px;
|
||||
|
@ -3303,9 +3303,14 @@ cursor-handle {
|
||||
button.circular {
|
||||
border-radius: 20px;
|
||||
-gtk-outline-radius: 20px; }
|
||||
|
||||
button.circular label {
|
||||
padding: 0; }
|
||||
button.circular label {
|
||||
padding: 0; }
|
||||
row:selected button.circular {
|
||||
color: #fff; }
|
||||
row:selected button.circular:hover {
|
||||
color: #000; }
|
||||
row:selected button.circular:active {
|
||||
color: #fff; }
|
||||
|
||||
.keycap {
|
||||
min-width: 18px;
|
||||
|
Loading…
Reference in New Issue
Block a user