mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Removed shadows in header bar switches
This commit is contained in:
@@ -4317,8 +4317,7 @@ switch {
|
|||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
padding: 2.3px 0px;
|
padding: 2.3px 0px;
|
||||||
background: linear-gradient(to right, #859398, #859398);
|
background: linear-gradient(to right, #859398, #859398); }
|
||||||
box-shadow: 0px 2px 3px rgba(138, 138, 138, 0.753); }
|
|
||||||
switch:disabled {
|
switch:disabled {
|
||||||
background-color: #171a26; }
|
background-color: #171a26; }
|
||||||
switch:backdrop {
|
switch:backdrop {
|
||||||
|
|||||||
@@ -4317,8 +4317,7 @@ switch {
|
|||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
padding: 2.3px 0px;
|
padding: 2.3px 0px;
|
||||||
background: linear-gradient(to right, #859398, #859398);
|
background: linear-gradient(to right, #859398, #859398); }
|
||||||
box-shadow: 0px 2px 3px rgba(138, 138, 138, 0.753); }
|
|
||||||
switch:disabled {
|
switch:disabled {
|
||||||
background-color: #171a26; }
|
background-color: #171a26; }
|
||||||
switch:backdrop {
|
switch:backdrop {
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ switch {
|
|||||||
|
|
||||||
background: linear-gradient(to right, #859398, #859398);
|
background: linear-gradient(to right, #859398, #859398);
|
||||||
// border: 1px solid rgba(170, 170, 170, 0.4);
|
// border: 1px solid rgba(170, 170, 170, 0.4);
|
||||||
box-shadow: 0px 2px 3px rgba(138, 138, 138, 0.753);
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
background-color: $insensitive_bg_color;
|
background-color: $insensitive_bg_color;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user