mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 02:36:15 -04:00
Fix role=button hover
This commit is contained in:
parent
3fc8dad9a4
commit
f90359ad7b
17 changed files with 23 additions and 17 deletions
|
@ -920,10 +920,10 @@ input[type=reset]:focus,
|
|||
[role=button]:hover,
|
||||
[role=button]:active,
|
||||
[role=button]:focus {
|
||||
--color: var(--primary-inverse);
|
||||
--background-color: var(--primary-hover);
|
||||
--border-color: var(--primary-hover);
|
||||
--box-shadow: var(--button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0));
|
||||
--color: var(--primary-inverse);
|
||||
}
|
||||
button:focus,
|
||||
input[type=submit]:focus,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue