bar: fix corners showing when not embedded style
This commit is contained in:
parent
65d0511408
commit
df1928e0d0
1 changed files with 6 additions and 0 deletions
|
|
@ -20,6 +20,10 @@
|
|||
font-size: lib.s(18);
|
||||
}
|
||||
|
||||
.screen-corner {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.os-icon {
|
||||
color: scheme.$yellow;
|
||||
}
|
||||
|
|
@ -259,6 +263,8 @@
|
|||
|
||||
.screen-corner {
|
||||
@include lib.rounded($-rounding);
|
||||
|
||||
background-color: scheme.$mantle;
|
||||
}
|
||||
|
||||
&.horizontal {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue