mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Styled focus effect on header buttons in TV layout
This commit is contained in:
@@ -50,9 +50,10 @@ html {
|
||||
filter: brightness(1.125);
|
||||
}
|
||||
|
||||
.emby-button.show-focus:focus {
|
||||
.emby-button.show-focus:focus,
|
||||
.paper-icon-button-light.show-focus:focus {
|
||||
background: #2f3a53;
|
||||
border-radius: var(--smallRadius);
|
||||
/* border-radius: var(--smallRadius); */
|
||||
outline: var(--borderWidth) rgb(255 255 255) solid !important;
|
||||
outline-offset: calc(-1*var(--borderWidth));
|
||||
color: #fff;
|
||||
|
Reference in New Issue
Block a user