Fix: Styled focus effect on header buttons in TV layout
This commit is contained in:
parent
1174801b8e
commit
34d3e93380
1 changed files with 3 additions and 2 deletions
|
|
@ -50,9 +50,10 @@ html {
|
||||||
filter: brightness(1.125);
|
filter: brightness(1.125);
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-button.show-focus:focus {
|
.emby-button.show-focus:focus,
|
||||||
|
.paper-icon-button-light.show-focus:focus {
|
||||||
background: #2f3a53;
|
background: #2f3a53;
|
||||||
border-radius: var(--smallRadius);
|
/* border-radius: var(--smallRadius); */
|
||||||
outline: var(--borderWidth) rgb(255 255 255) solid !important;
|
outline: var(--borderWidth) rgb(255 255 255) solid !important;
|
||||||
outline-offset: calc(-1*var(--borderWidth));
|
outline-offset: calc(-1*var(--borderWidth));
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue