HighContrast: use -gtk-icon-shadow

The name icon-shadow has been deprecated and causes warnings.
This commit is contained in:
Matthias Clasen 2015-11-20 20:32:42 -05:00
parent b1f0283630
commit ba1fb4b0a7
3 changed files with 74 additions and 74 deletions

View File

@ -56,7 +56,7 @@ $ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
.background:backdrop { .background:backdrop {
text-shadow: none; text-shadow: none;
icon-shadow: none; -gtk-icon-shadow: none;
color: lighten($fg_color,10%); color: lighten($fg_color,10%);
background-color: $backdrop_bg_color; background-color: $backdrop_bg_color;
@ -439,7 +439,7 @@ button {
@extend %linked; @extend %linked;
} }
.primary-toolbar & { icon-shadow: none; } // tango icons don't need added shadows .primary-toolbar & { -gtk-icon-shadow: none; } // tango icons don't need added shadows
// .separator { // .separator {
// -GtkWidget-wide-separators: true; // -GtkWidget-wide-separators: true;
// } // }
@ -570,7 +570,7 @@ toolbar.inline-toolbar toolbutton { // .inline-toolbar.toolbar here for
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; -gtk-icon-shadow: none;
} }
/* menu buttons */ /* menu buttons */
@ -753,12 +753,12 @@ combobox {
&:insensitive { &:insensitive {
color: $insensitive_fg_color; color: $insensitive_fg_color;
text-shadow: none; text-shadow: none;
icon-shadow: none; -gtk-icon-shadow: none;
} }
&:backdrop { &:backdrop {
color: $backdrop_fg_color; color: $backdrop_fg_color;
text-shadow: none; text-shadow: none;
icon-shadow: none; -gtk-icon-shadow: none;
} }
&:backdrop:insensitive { &:backdrop:insensitive {
color: $insensitive_fg_color; color: $insensitive_fg_color;
@ -1417,7 +1417,7 @@ notebook {
button { //tab close button button { //tab close button
border: 2px solid transparent; border: 2px solid transparent;
@extend %undecorated_button; @extend %undecorated_button;
icon-shadow: none; -gtk-icon-shadow: none;
transition: none; transition: none;
color: transparentize($fg_color,0.7); color: transparentize($fg_color,0.7);
&:hover { &:hover {
@ -2555,7 +2555,7 @@ cursor-handle {
outline-color: transparentize($osd_fg_color, 0.7); outline-color: transparentize($osd_fg_color, 0.7);
box-shadow: none; box-shadow: none;
text-shadow: 0 1px black; text-shadow: 0 1px black;
icon-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black;
&:backdrop { text-shadow: none; } &:backdrop { text-shadow: none; }
button { button {
@include button(osd); @include button(osd);
@ -2581,7 +2581,7 @@ cursor-handle {
(':checked:active', '-checked-active'), (':checked:active', '-checked-active'),
(':backdrop:checked', '-checked-backdrop') { (':backdrop:checked', '-checked-backdrop') {
.#{$w}#{$s} { .#{$w}#{$s} {
icon-shadow: none; -gtk-icon-shadow: none;
color: $osd_fg_color; color: $osd_fg_color;
} }
} }

View File

@ -96,11 +96,11 @@
@if lightness($tc) < 50% { @if lightness($tc) < 50% {
text-shadow: 0 1px $_bright; text-shadow: 0 1px $_bright;
icon-shadow: 0 1px $_bright; -gtk-icon-shadow: 0 1px $_bright;
} }
@else { @else {
text-shadow: 0 -1px $_dark; text-shadow: 0 -1px $_dark;
icon-shadow: 0 -1px $_dark; -gtk-icon-shadow: 0 -1px $_dark;
} }
} }
@ -166,7 +166,7 @@
border-color: $insensitive_borders_color; border-color: $insensitive_borders_color;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; -gtk-icon-shadow: none;
} }
@else if $t==insensitive-active { @else if $t==insensitive-active {
// //
@ -187,7 +187,7 @@
border-color: if($c!=$bg_color, $c, $backdrop_borders_color); border-color: if($c!=$bg_color, $c, $backdrop_borders_color);
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; -gtk-icon-shadow: none;
} }
@else if $t==backdrop-active { @else if $t==backdrop-active {

View File

@ -62,7 +62,7 @@
.background:backdrop { .background:backdrop {
text-shadow: none; text-shadow: none;
icon-shadow: none; -gtk-icon-shadow: none;
color: #1a1a1a; color: #1a1a1a;
background-color: #fff; } background-color: #fff; }
@ -390,7 +390,7 @@ button {
border-color: #8d8d8d; border-color: #8d8d8d;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
button:backdrop:active, button:backdrop:checked, button.flat:backdrop:active, button.sidebar-button:backdrop:active, button.flat:backdrop:checked, button.sidebar-button:backdrop:checked { button:backdrop:active, button:backdrop:checked, button.flat:backdrop:active, button.sidebar-button:backdrop:active, button.flat:backdrop:checked, button.sidebar-button:backdrop:checked {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -420,7 +420,7 @@ button {
border-color: gray; border-color: gray;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
button:insensitive:active, button:insensitive.flat:active, button.sidebar-button:insensitive:active { button:insensitive:active, button:insensitive.flat:active, button.sidebar-button:insensitive:active {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -489,7 +489,7 @@ button {
border-color: #4a90d9; border-color: #4a90d9;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
button.suggested-action:backdrop:insensitive { button.suggested-action:backdrop:insensitive {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -505,7 +505,7 @@ button {
border-color: gray; border-color: gray;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
button.destructive-action { button.destructive-action {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -535,7 +535,7 @@ button {
border-color: #ef2929; border-color: #ef2929;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
button.destructive-action:backdrop:insensitive { button.destructive-action:backdrop:insensitive {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -551,7 +551,7 @@ button {
border-color: gray; border-color: gray;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
button.image-button { button.image-button {
padding: 8px; } padding: 8px; }
button.text-button { button.text-button {
@ -560,7 +560,7 @@ button {
border-radius: 2px; border-radius: 2px;
border-width: 1px; } border-width: 1px; }
.primary-toolbar button { .primary-toolbar button {
icon-shadow: none; } -gtk-icon-shadow: none; }
.inline-toolbar toolbutton > button { .inline-toolbar toolbutton > button {
border-width: 2px; border-width: 2px;
@ -591,7 +591,7 @@ button {
border-color: gray; border-color: gray;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
.inline-toolbar toolbutton > button:insensitive:active { .inline-toolbar toolbutton > button:insensitive:active {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -607,7 +607,7 @@ button {
border-color: #8d8d8d; border-color: #8d8d8d;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
.inline-toolbar toolbutton > button:backdrop:active { .inline-toolbar toolbutton > button:backdrop:active {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -703,7 +703,7 @@ row.activatable:insensitive:checked, calendar.button, calendar.button:hover, cal
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
/* menu buttons */ /* menu buttons */
modelbutton.flat, modelbutton.flat,
@ -820,7 +820,7 @@ spinbutton {
border-color: gray; border-color: gray;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
spinbutton.vertical button:first-child:backdrop { spinbutton.vertical button:first-child:backdrop {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -829,7 +829,7 @@ spinbutton {
border-color: #8d8d8d; border-color: #8d8d8d;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
spinbutton.vertical button:last-child { spinbutton.vertical button:last-child {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -859,7 +859,7 @@ spinbutton {
border-color: gray; border-color: gray;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
spinbutton.vertical button:last-child:backdrop { spinbutton.vertical button:last-child:backdrop {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -868,7 +868,7 @@ spinbutton {
border-color: #8d8d8d; border-color: #8d8d8d;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
spinbutton.vertical button:backdrop:insensitive { spinbutton.vertical button:backdrop:insensitive {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -894,15 +894,15 @@ combobox {
-GtkComboBox-shadow-type: none; -GtkComboBox-shadow-type: none;
box-shadow: 0 1px #fff; box-shadow: 0 1px #fff;
text-shadow: 0 1px white; text-shadow: 0 1px white;
icon-shadow: 0 1px white; } -gtk-icon-shadow: 0 1px white; }
combobox:insensitive { combobox:insensitive {
color: gray; color: gray;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
combobox:backdrop { combobox:backdrop {
color: #000; color: #000;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
combobox:backdrop:insensitive { combobox:backdrop:insensitive {
color: gray; } color: gray; }
combobox .menuitem { combobox .menuitem {
@ -1034,7 +1034,7 @@ headerbar {
border-color: gray; border-color: gray;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
.titlebar.selection-mode button:backdrop, .titlebar.selection-mode button:backdrop,
headerbar.selection-mode button:backdrop { headerbar.selection-mode button:backdrop {
border-width: 2px; border-width: 2px;
@ -1044,7 +1044,7 @@ headerbar {
border-color: #000; border-color: #000;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; -gtk-icon-shadow: none;
border-color: black; } border-color: black; }
.titlebar.selection-mode button:backdrop:insensitive, .titlebar.selection-mode button:backdrop:insensitive,
headerbar.selection-mode button:backdrop:insensitive { headerbar.selection-mode button:backdrop:insensitive {
@ -1087,7 +1087,7 @@ headerbar {
border-color: gray; border-color: gray;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
.titlebar.selection-mode button.suggested-action:backdrop, .titlebar.selection-mode button.suggested-action:backdrop,
headerbar.selection-mode button.suggested-action:backdrop { headerbar.selection-mode button.suggested-action:backdrop {
border-width: 2px; border-width: 2px;
@ -1097,7 +1097,7 @@ headerbar {
border-color: #8d8d8d; border-color: #8d8d8d;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
.titlebar.selection-mode button.suggested-action:backdrop:insensitive, .titlebar.selection-mode button.suggested-action:backdrop:insensitive,
headerbar.selection-mode button.suggested-action:backdrop:insensitive { headerbar.selection-mode button.suggested-action:backdrop:insensitive {
border-width: 2px; border-width: 2px;
@ -1559,7 +1559,7 @@ notebook {
color: #000; } color: #000; }
notebook tab button { notebook tab button {
border: 2px solid transparent; border: 2px solid transparent;
icon-shadow: none; -gtk-icon-shadow: none;
transition: none; transition: none;
color: rgba(0, 0, 0, 0.3); } color: rgba(0, 0, 0, 0.3); }
notebook tab button:hover { notebook tab button:hover {
@ -1708,7 +1708,7 @@ switch {
border-color: gray; border-color: gray;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
switch slider:backdrop { switch slider:backdrop {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -1717,7 +1717,7 @@ switch {
border-color: #8d8d8d; border-color: #8d8d8d;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
switch slider:backdrop:active { switch slider:backdrop:active {
border-color: #8d8d8d; } border-color: #8d8d8d; }
switch slider:backdrop:insensitive { switch slider:backdrop:insensitive {
@ -2340,7 +2340,7 @@ messagedialog.csd {
border-color: gray; border-color: gray;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
messagedialog.csd .dialog-action-area button:backdrop { messagedialog.csd .dialog-action-area button:backdrop {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -2349,7 +2349,7 @@ messagedialog.csd {
border-color: #8d8d8d; border-color: #8d8d8d;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
messagedialog.csd .dialog-action-area button:backdrop:insensitive { messagedialog.csd .dialog-action-area button:backdrop:insensitive {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -2386,7 +2386,7 @@ messagedialog.csd {
border-color: #4a90d9; border-color: #4a90d9;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
messagedialog.csd .dialog-action-area button.suggested-action:backdrop:insensitive { messagedialog.csd .dialog-action-area button.suggested-action:backdrop:insensitive {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -2402,7 +2402,7 @@ messagedialog.csd {
border-color: gray; border-color: gray;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
messagedialog.csd .dialog-action-area button.destructive-action { messagedialog.csd .dialog-action-area button.destructive-action {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -2432,7 +2432,7 @@ messagedialog.csd {
border-color: #ef2929; border-color: #ef2929;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
messagedialog.csd .dialog-action-area button.destructive-action:backdrop:insensitive { messagedialog.csd .dialog-action-area button.destructive-action:backdrop:insensitive {
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
@ -2448,7 +2448,7 @@ messagedialog.csd {
border-color: gray; border-color: gray;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
messagedialog.csd .dialog-action-area button, messagedialog.csd .dialog-action-area button:hover, messagedialog.csd .dialog-action-area button:active, messagedialog.csd .dialog-action-area button:insensitive, messagedialog.csd .dialog-action-area button:backdrop, messagedialog.csd .dialog-action-area button:backdrop:insensitive, messagedialog.csd .dialog-action-area button.suggested-action, messagedialog.csd .dialog-action-area button.suggested-action:hover, messagedialog.csd .dialog-action-area button.suggested-action:active, messagedialog.csd .dialog-action-area button.suggested-action:backdrop, messagedialog.csd .dialog-action-area button.suggested-action:backdrop:insensitive, messagedialog.csd .dialog-action-area button.suggested-action:insensitive, messagedialog.csd .dialog-action-area button.destructive-action, messagedialog.csd .dialog-action-area button.destructive-action:hover, messagedialog.csd .dialog-action-area button.destructive-action:active, messagedialog.csd .dialog-action-area button.destructive-action:backdrop, messagedialog.csd .dialog-action-area button.destructive-action:backdrop:insensitive, messagedialog.csd .dialog-action-area button.destructive-action:insensitive { messagedialog.csd .dialog-action-area button, messagedialog.csd .dialog-action-area button:hover, messagedialog.csd .dialog-action-area button:active, messagedialog.csd .dialog-action-area button:insensitive, messagedialog.csd .dialog-action-area button:backdrop, messagedialog.csd .dialog-action-area button:backdrop:insensitive, messagedialog.csd .dialog-action-area button.suggested-action, messagedialog.csd .dialog-action-area button.suggested-action:hover, messagedialog.csd .dialog-action-area button.suggested-action:active, messagedialog.csd .dialog-action-area button.suggested-action:backdrop, messagedialog.csd .dialog-action-area button.suggested-action:backdrop:insensitive, messagedialog.csd .dialog-action-area button.suggested-action:insensitive, messagedialog.csd .dialog-action-area button.destructive-action, messagedialog.csd .dialog-action-area button.destructive-action:hover, messagedialog.csd .dialog-action-area button.destructive-action:active, messagedialog.csd .dialog-action-area button.destructive-action:backdrop, messagedialog.csd .dialog-action-area button.destructive-action:backdrop:insensitive, messagedialog.csd .dialog-action-area button.destructive-action:insensitive {
border-right-style: none; border-right-style: none;
border-bottom-style: none; } border-bottom-style: none; }
@ -2599,7 +2599,7 @@ infobar {
border-color: gray; border-color: gray;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
.info button:backdrop, .info button:backdrop,
.question button:backdrop, .question button:backdrop,
.warning button:backdrop, .warning button:backdrop,
@ -2611,7 +2611,7 @@ infobar {
border-color: #000; border-color: #000;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; } -gtk-icon-shadow: none; }
.info button:backdrop:insensitive, .info button:backdrop:insensitive,
.question button:backdrop:insensitive, .question button:backdrop:insensitive,
.warning button:backdrop:insensitive, .warning button:backdrop:insensitive,
@ -2724,7 +2724,7 @@ colorswatch {
border-color: #8d8d8d; border-color: #8d8d8d;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; -gtk-icon-shadow: none;
border-width: 1px; border-width: 1px;
color: gray; } color: gray; }
colorswatch#add-color-button overlay { colorswatch#add-color-button overlay {
@ -2786,7 +2786,7 @@ button.titlebutton {
border-color: #8d8d8d; border-color: #8d8d8d;
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
icon-shadow: none; -gtk-icon-shadow: none;
border-color: transparent; border-color: transparent;
transition-property: border, box-shadow, color; } transition-property: border, box-shadow, color; }
@ -2839,7 +2839,7 @@ cursor-handle {
outline-color: rgba(255, 255, 255, 0.3); outline-color: rgba(255, 255, 255, 0.3);
box-shadow: none; box-shadow: none;
text-shadow: 0 1px black; text-shadow: 0 1px black;
icon-shadow: 0 1px black; } -gtk-icon-shadow: 0 1px black; }
.touch-selection:backdrop { .touch-selection:backdrop {
text-shadow: none; } text-shadow: none; }
.touch-selection button { .touch-selection button {
@ -2873,80 +2873,80 @@ cursor-handle {
border-width: 2px; border-width: 2px;
border-style: solid; } border-style: solid; }
.touch-selection .check { .touch-selection .check {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .check:hover { .touch-selection .check:hover {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .check:active { .touch-selection .check:active {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .check:insensitive { .touch-selection .check:insensitive {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .check:inconsistent { .touch-selection .check:inconsistent {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .check:inconsistent:hover { .touch-selection .check:inconsistent:hover {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .check:inconsistent:selected { .touch-selection .check:inconsistent:selected {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .check:inconsistent:insensitive { .touch-selection .check:inconsistent:insensitive {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .check:checked { .touch-selection .check:checked {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .check:checked:insensitive { .touch-selection .check:checked:insensitive {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .check:checked:hover { .touch-selection .check:checked:hover {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .check:checked:active { .touch-selection .check:checked:active {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .check:backdrop:checked { .touch-selection .check:backdrop:checked {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .radio { .touch-selection .radio {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .radio:hover { .touch-selection .radio:hover {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .radio:active { .touch-selection .radio:active {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .radio:insensitive { .touch-selection .radio:insensitive {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .radio:inconsistent { .touch-selection .radio:inconsistent {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .radio:inconsistent:hover { .touch-selection .radio:inconsistent:hover {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .radio:inconsistent:selected { .touch-selection .radio:inconsistent:selected {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .radio:inconsistent:insensitive { .touch-selection .radio:inconsistent:insensitive {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .radio:checked { .touch-selection .radio:checked {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .radio:checked:insensitive { .touch-selection .radio:checked:insensitive {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .radio:checked:hover { .touch-selection .radio:checked:hover {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .radio:checked:active { .touch-selection .radio:checked:active {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }
.touch-selection .radio:backdrop:checked { .touch-selection .radio:backdrop:checked {
icon-shadow: none; -gtk-icon-shadow: none;
color: #fff; } color: #fff; }