Removed shadows in header bar switches

This commit is contained in:
EliverLara
2018-09-12 12:56:32 -05:00
parent 2dd9ca028f
commit 3c6ea463b1
3 changed files with 5 additions and 2 deletions

View File

@@ -2613,7 +2613,8 @@ headerbar separator {
headerbar switch {
margin-top: 10px;
margin-bottom: 10px; }
margin-bottom: 10px;
box-shadow: none; }
headerbar separator {
background: transparent; }

View File

@@ -2620,7 +2620,8 @@ headerbar separator {
headerbar switch {
margin-top: 10px;
margin-bottom: 10px; }
margin-bottom: 10px;
box-shadow: none; }
headerbar separator {
background: transparent; }

View File

@@ -236,6 +236,7 @@ headerbar {
switch {
margin-top: 10px;
margin-bottom: 10px;
box-shadow: none;
}
separator { background: transparent; }
}