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

@@ -4317,8 +4317,7 @@ switch {
border-radius: 14px;
color: transparent;
padding: 2.3px 0px;
background: linear-gradient(to right, #859398, #859398);
box-shadow: 0px 2px 3px rgba(138, 138, 138, 0.753); }
background: linear-gradient(to right, #859398, #859398); }
switch:disabled {
background-color: #171a26; }
switch:backdrop {