mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Fix minification errors in ha-tab-group-tab and ha-slider styles (#27090)
This commit is contained in:
committed by
GitHub
parent
35cfa9aa0d
commit
86b99d931a
@@ -56,12 +56,10 @@ export class HaSlider extends Slider {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#slider {
|
#slider:focus-visible:not(.disabled) #thumb,
|
||||||
&:focus-visible:not(.disabled) #thumb,
|
#slider:focus-visible:not(.disabled) #thumb-min,
|
||||||
&:focus-visible:not(.disabled) #thumb-min,
|
#slider:focus-visible:not(.disabled) #thumb-max {
|
||||||
&:focus-visible:not(.disabled) #thumb-max {
|
outline: var(--wa-focus-ring);
|
||||||
outline: var(--wa-focus-ring);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([size="medium"]) {
|
:host([size="medium"]) {
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ export class HaTabGroupTab extends Tab {
|
|||||||
--ha-tab-active-text-color,
|
--ha-tab-active-text-color,
|
||||||
var(--primary-color)
|
var(--primary-color)
|
||||||
);
|
);
|
||||||
2
|
|
||||||
--wa-color-neutral-on-quiet: var(--wa-color-brand-on-quiet);
|
--wa-color-neutral-on-quiet: var(--wa-color-brand-on-quiet);
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user