Adwaita: checks and radios text focus ring fix.
This commit is contained in:
parent
0011c5c5e3
commit
6cebdf80ac
@ -1230,9 +1230,11 @@ $asset_suffix: if($variant=='dark', '-dark', '');
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
GtkCheckButton.text-button, GtkRadioButton.text-button {
|
||||||
|
// this is for a nice focus on check and radios text
|
||||||
GtkCheckButton.text-button:selected { background-color: transparent; }
|
padding: 1px;
|
||||||
|
outline-offset: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/************
|
/************
|
||||||
* GtkScale *
|
* GtkScale *
|
||||||
|
@ -1576,8 +1576,9 @@ GtkPopover .button.radio:hover {
|
|||||||
GtkPopover .button.radio:hover:active:backdrop {
|
GtkPopover .button.radio:hover:active:backdrop {
|
||||||
color: #c9cbc9; }
|
color: #c9cbc9; }
|
||||||
|
|
||||||
GtkCheckButton.text-button:selected {
|
GtkCheckButton.text-button, GtkRadioButton.text-button {
|
||||||
background-color: transparent; }
|
padding: 1px;
|
||||||
|
outline-offset: 0; }
|
||||||
|
|
||||||
/************
|
/************
|
||||||
* GtkScale *
|
* GtkScale *
|
||||||
|
@ -1575,8 +1575,9 @@ GtkPopover .button.radio:hover {
|
|||||||
GtkPopover .button.radio:hover:active:backdrop {
|
GtkPopover .button.radio:hover:active:backdrop {
|
||||||
color: #54595a; }
|
color: #54595a; }
|
||||||
|
|
||||||
GtkCheckButton.text-button:selected {
|
GtkCheckButton.text-button, GtkRadioButton.text-button {
|
||||||
background-color: transparent; }
|
padding: 1px;
|
||||||
|
outline-offset: 0; }
|
||||||
|
|
||||||
/************
|
/************
|
||||||
* GtkScale *
|
* GtkScale *
|
||||||
|
Loading…
Reference in New Issue
Block a user