Merge pull request #440 from megax/patch12

GTK 3.20 :: Assistant sidevar padding fix
pull/444/head
Khurshid Alam 2016-05-15 22:37:02 +05:30
commit b73fb6f7ed
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ assistant {
&.csd .sidebar { border-top-style: none; } &.csd .sidebar { border-top-style: none; }
.sidebar label { padding: 6px 12px; } .sidebar label { padding: $spacing ($spacing * 2); }
.sidebar label.highlight { background-color: mix($fg_color, $bg_color, .8); } .sidebar label.highlight { background-color: mix($fg_color, $bg_color, .8); }
} }