Remove box shadows from some popup elements
This commit is contained in:
parent
12dd40b3c8
commit
e587d0b9b3
|
@ -12,6 +12,7 @@
|
|||
font-size: 1.2rem;
|
||||
font-family: "${fonts.monospace.name}";
|
||||
transition: 200ms;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.floating-notifications.background .notification-row .notification-background {
|
||||
|
|
|
@ -264,6 +264,7 @@
|
|||
|
||||
window {
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
window > box {
|
||||
|
@ -276,9 +277,10 @@
|
|||
}
|
||||
|
||||
tooltip {
|
||||
background: alpha(${base00}, 0.8);
|
||||
background: ${base00};
|
||||
border: 1px solid ${accent};
|
||||
border-radius: 10px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
tooltip label {
|
||||
|
|
Reference in a new issue