forked from AuroraMiddleware/gtk
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:selected { background-color: transparent; }
|
||||
GtkCheckButton.text-button, GtkRadioButton.text-button {
|
||||
// this is for a nice focus on check and radios text
|
||||
padding: 1px;
|
||||
outline-offset: 0;
|
||||
}
|
||||
|
||||
/************
|
||||
* GtkScale *
|
||||
|
@ -1576,8 +1576,9 @@ GtkPopover .button.radio:hover {
|
||||
GtkPopover .button.radio:hover:active:backdrop {
|
||||
color: #c9cbc9; }
|
||||
|
||||
GtkCheckButton.text-button:selected {
|
||||
background-color: transparent; }
|
||||
GtkCheckButton.text-button, GtkRadioButton.text-button {
|
||||
padding: 1px;
|
||||
outline-offset: 0; }
|
||||
|
||||
/************
|
||||
* GtkScale *
|
||||
|
@ -1575,8 +1575,9 @@ GtkPopover .button.radio:hover {
|
||||
GtkPopover .button.radio:hover:active:backdrop {
|
||||
color: #54595a; }
|
||||
|
||||
GtkCheckButton.text-button:selected {
|
||||
background-color: transparent; }
|
||||
GtkCheckButton.text-button, GtkRadioButton.text-button {
|
||||
padding: 1px;
|
||||
outline-offset: 0; }
|
||||
|
||||
/************
|
||||
* GtkScale *
|
||||
|
Loading…
Reference in New Issue
Block a user