Removed shadows in header bar switches

This commit is contained in:
EliverLara
2018-09-20 15:17:20 -05:00
parent 449aaa97c5
commit e3df2d3610
3 changed files with 2 additions and 5 deletions

View File

@@ -14,7 +14,6 @@ switch {
background: linear-gradient(to right, #859398, #859398);
// border: 1px solid rgba(170, 170, 170, 0.4);
box-shadow: 0px 2px 3px rgba(138, 138, 138, 0.753);
&:disabled {
background-color: $insensitive_bg_color;
}