mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-06 17:51:24 +00:00
add addon modal url uses only outline
This commit is contained in:
parent
bf5a0c67a7
commit
a1b023b28b
1 changed files with 3 additions and 2 deletions
|
|
@ -168,9 +168,10 @@
|
|||
|
||||
.addon-url-input {
|
||||
width: 100%;
|
||||
padding: 0.8rem;
|
||||
padding: 1rem;
|
||||
color: @color-surface-dark5;
|
||||
border: var(--focus-outline-size) solid @color-surface-light2;
|
||||
outline: var(--focus-outline-size) solid @color-surface-light2;
|
||||
outline-offset: calc(-1 * var(--focus-outline-size));
|
||||
|
||||
&:hover, &:focus {
|
||||
outline-style: solid;
|
||||
|
|
|
|||
Loading…
Reference in a new issue