Add Z-index to button:focus/hover
Closes #4 Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
585af1fbd3
commit
26435287c1
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ button:focus, button:hover {
|
|||
border-radius: 4px;
|
||||
outline: 5px solid;
|
||||
box-shadow: 0 0 12px var(--light-blue);
|
||||
z-index: 1;
|
||||
animation: 500ms infinite alternate ease-out hover-outline;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue