Remove box-shadows

This commit is contained in:
Evie Litherland-Smith 2024-01-11 08:10:19 +00:00
parent 74dffd71f4
commit fd092fd785
2 changed files with 0 additions and 44 deletions

View file

@ -6,9 +6,6 @@
}
.floating-notifications.background .notification-row .notification-background {
box-shadow:
0 0 8px 0 rgba(0, 0, 0, 0.8),
inset 0 0 0 1px #0d0e1c;
border-radius: 10px;
margin: 18px;
background-color: rgba(13, 14, 28, 0.5);
@ -24,13 +21,6 @@
border-radius: 10px;
}
.floating-notifications.background
.notification-row
.notification-background
.notification.critical {
box-shadow: inset 0 0 7px 0 #f38ba8;
}
.floating-notifications.background
.notification-row
.notification-background
@ -85,7 +75,6 @@
border-radius: 10px;
color: #ffffff;
background-color: #0d0e1c;
box-shadow: inset 0 0 0 1px #000000;
margin: 7px;
}
@ -96,7 +85,6 @@
> *:last-child
> *
.notification-action:hover {
box-shadow: inset 0 0 0 1px #000000;
background-color: #0d0e1c;
color: #ffffff;
}
@ -108,7 +96,6 @@
> *:last-child
> *
.notification-action:active {
box-shadow: inset 0 0 0 1px #000000;
background-color: #74c7ec;
color: #000000;
}
@ -141,9 +128,6 @@
}
.control-center {
box-shadow:
0 0 8px 0 rgba(0, 0, 0, 0.8),
inset 0 0 0 1px #0d0e1c;
border-radius: 10px;
margin: 18px;
background-color: rgba(13, 14, 28, 0.5);
@ -160,18 +144,15 @@
border-radius: 7px;
color: #ffffff;
background-color: #0d0e1c;
box-shadow: inset 0 0 0 1px #000000;
padding: 8px;
}
.control-center .widget-title button:hover {
box-shadow: inset 0 0 0 1px #000000;
background-color: #0d0e1c;
color: #ffffff;
}
.control-center .widget-title button:active {
box-shadow: inset 0 0 0 1px #000000;
background-color: #74c7ec;
color: #000000;
}
@ -180,7 +161,6 @@
border-radius: 7px;
color: #ffffff;
background-color: #0d0e1c;
box-shadow: inset 0 0 0 1px #000000;
margin-top: 14px;
}
@ -189,13 +169,6 @@
border-radius: 7px;
}
.control-center
.notification-row
.notification-background
.notification.critical {
box-shadow: inset 0 0 7px 0 #f38ba8;
}
.control-center
.notification-row
.notification-background
@ -250,7 +223,6 @@
border-radius: 7px;
color: #ffffff;
background-color: #0d0e1c;
box-shadow: inset 0 0 0 1px #000000;
margin: 7px;
}
@ -261,7 +233,6 @@
> *:last-child
> *
.notification-action:hover {
box-shadow: inset 0 0 0 1px #000000;
background-color: #0d0e1c;
color: #ffffff;
}
@ -273,7 +244,6 @@
> *:last-child
> *
.notification-action:active {
box-shadow: inset 0 0 0 1px #000000;
background-color: #74c7ec;
color: #000000;
}
@ -300,13 +270,11 @@
}
.control-center .notification-row .notification-background:hover {
box-shadow: inset 0 0 0 1px #000000;
background-color: #0d0e1c;
color: #ffffff;
}
.control-center .notification-row .notification-background:active {
box-shadow: inset 0 0 0 1px #000000;
background-color: #74c7ec;
color: #000000;
}
@ -317,10 +285,6 @@ trough {
border-radius: 12.6px;
}
progressbar {
box-shadow: inset 0 0 0 1px #000000;
}
.notification.critical progress {
background-color: #f38ba8;
}
@ -343,7 +307,6 @@ trough {
border-radius: 8px;
background: #0d0e1c;
border: 1px solid #1d2235;
box-shadow: none;
}
.control-center-dnd:checked {
@ -365,7 +328,6 @@ trough {
border-radius: 8px;
background: #0d0e1c;
border: 1px solid #1d2235;
box-shadow: none;
}
.widget-dnd > switch:checked {

View file

@ -52,9 +52,6 @@ window {
window > box {
color: @text;
background: alpha(@base, 0.5);
box-shadow:
inset 0 0 0 1px alpha(@lavender, 0.1),
0 0 0 1px alpha(@base, 0.5);
margin: 10px 10px 0px;
padding: 0px;
border: 1px solid @lavender;
@ -65,9 +62,6 @@ tooltip {
color: @text;
/* Temp set alpha to 1.0 until I can sort out blurls issue */
background: alpha(@base, 1);
box-shadow:
inset 0 0 0 1px alpha(@lavender, 0.1),
0 0 0 1px alpha(@base, 0.5);
border: 1px solid @lavender;
border-radius: 10px;
padding: 5px;