mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 02:49:51 +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;
|
||||
}
|
||||
|
||||
#slider {
|
||||
&:focus-visible:not(.disabled) #thumb,
|
||||
&:focus-visible:not(.disabled) #thumb-min,
|
||||
&:focus-visible:not(.disabled) #thumb-max {
|
||||
outline: var(--wa-focus-ring);
|
||||
}
|
||||
#slider:focus-visible:not(.disabled) #thumb,
|
||||
#slider:focus-visible:not(.disabled) #thumb-min,
|
||||
#slider:focus-visible:not(.disabled) #thumb-max {
|
||||
outline: var(--wa-focus-ring);
|
||||
}
|
||||
|
||||
:host([size="medium"]) {
|
||||
|
||||
@@ -14,7 +14,6 @@ export class HaTabGroupTab extends Tab {
|
||||
--ha-tab-active-text-color,
|
||||
var(--primary-color)
|
||||
);
|
||||
2
|
||||
--wa-color-neutral-on-quiet: var(--wa-color-brand-on-quiet);
|
||||
opacity: 0.8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user