mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 13:52:12 +00:00
forgot password link focus effect fixed
This commit is contained in:
parent
a761090b62
commit
f0a2aed383
1 changed files with 5 additions and 1 deletions
|
|
@ -129,10 +129,14 @@
|
|||
word-wrap: break-word;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover, &:focus {
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
color: var(--color-surfacelighter);
|
||||
}
|
||||
|
||||
&:focus {
|
||||
color: var(--color-surfacelighter);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue