Adwaita: remove duplicated selector.

This commit is contained in:
Lapo Calamandrei 2015-04-30 14:37:59 +02:00
parent bbd1c6cefa
commit bfc6413787
3 changed files with 0 additions and 13 deletions

View File

@ -2458,11 +2458,6 @@ GtkProgressBar {
* Level Bar *
*************/
.level-bar.vertical {
-GtkLevelBar-min-block-width: 3;
-GtkLevelBar-min-block-height: 34;
}
.level-bar {
box-shadow: _widget_edge(); // needs to be set here to avoid clipping
-GtkLevelBar-min-block-width: 34;

View File

@ -3375,10 +3375,6 @@ GtkProgressBar {
/*************
* Level Bar *
*************/
.level-bar.vertical {
-GtkLevelBar-min-block-width: 3;
-GtkLevelBar-min-block-height: 34; }
.level-bar {
box-shadow: 0 1px rgba(238, 238, 236, 0.1);
-GtkLevelBar-min-block-width: 34;

View File

@ -3537,10 +3537,6 @@ GtkProgressBar {
/*************
* Level Bar *
*************/
.level-bar.vertical {
-GtkLevelBar-min-block-width: 3;
-GtkLevelBar-min-block-height: 34; }
.level-bar {
box-shadow: 0 1px white;
-GtkLevelBar-min-block-width: 34;