Skip to content

Commit

Permalink
Drop some unused code for checks and radios
Browse files Browse the repository at this point in the history
This actually caused issues in Catfish's Popover menu, all checks and
radios are drawn with assets anyway.
  • Loading branch information
ochosi committed Aug 16, 2015
1 parent eee991b commit 0bc9923
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions gtk-3.0/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -372,24 +372,6 @@ row:selected:focus {
color: @theme_selected_fg_color;
}

/*******************
* check and radio *
*******************/
.check,
.radio,
.check:insensitive,
.radio:insensitive {
border-style: none;
background-color: transparent;
}

GtkCheckButton:hover,
GtkCheckButton:active:hover,
GtkCheckButton:selected,
GtkCheckButton:selected:focus {
background-color: shade(@theme_bg_color, 1.05);
}

/*****************
* column-header *
*****************/
Expand Down

0 comments on commit 0bc9923

Please sign in to comment.