mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 10:29:37 +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"]) {
|
||||
|
||||
Reference in New Issue
Block a user