reducing show-focus transform scale
This commit is contained in:
parent
935cdfceea
commit
36f60d5923
3 changed files with 5 additions and 5 deletions
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
|
||||
.emby-button.show-focus:focus {
|
||||
transform: scale(1.4);
|
||||
transform: scale(1.2);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
@ -126,7 +126,7 @@
|
|||
}
|
||||
|
||||
.paper-icon-button-light.show-focus:focus {
|
||||
transform: scale(1.6);
|
||||
transform: scale(1.3);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue