Adwaita: checks and radios text focus ring fix.

This commit is contained in:
Lapo Calamandrei 2014-06-18 10:11:11 +02:00
parent 0011c5c5e3
commit 6cebdf80ac
3 changed files with 11 additions and 7 deletions

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *