修复图标的一些css问题
This commit is contained in:
parent
2db90ca1ff
commit
d8bfbe4380
|
@ -108,6 +108,7 @@ export class BrightnessSlider extends LitElement {
|
|||
text-rendering: optimizelegibility;
|
||||
font-weight: 500;
|
||||
color: var(--icon-color-lm);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 300px) {
|
||||
|
|
|
@ -86,7 +86,6 @@ export class IconControlBarGroup extends LitElement {
|
|||
height: inherit;
|
||||
background: inherit;
|
||||
border-radius: inherit;
|
||||
opacity: inherit;
|
||||
}
|
||||
|
||||
.icon-only > div {
|
||||
|
|
Loading…
Reference in New Issue