mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
HomeView: fixup input outlines
This commit is contained in:
parent
2ae3d64039
commit
12d34f3a40
2 changed files with 1 additions and 3 deletions
|
|
@ -24,7 +24,6 @@ html, body {
|
|||
|
||||
color: var(--main-color);
|
||||
background-color: var(--bg-color);
|
||||
transition: background-color 0.2s ease;
|
||||
|
||||
/* Fix for Jumping Scrollbar Issue */
|
||||
padding-left: calc(100vw - 100%);
|
||||
|
|
@ -63,7 +62,7 @@ summary:hover {
|
|||
opacity: 0.8;
|
||||
}
|
||||
|
||||
*:focus {
|
||||
*:focus-visible {
|
||||
outline: 1px solid var(--main-color);
|
||||
outline-offset: 3px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
color: var(--main-color);
|
||||
background-color: var(--bg-color);
|
||||
border: 2px solid var(--main-color);
|
||||
outline-offset: 0;
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue