mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
compile scss
This commit is contained in:
parent
6068002080
commit
90f3eb9fb3
17 changed files with 3178 additions and 20 deletions
|
@ -1162,8 +1162,12 @@ a[role=button].outline.contrast:focus {
|
|||
button[disabled],
|
||||
input[type=submit][disabled],
|
||||
input[type=button][disabled],
|
||||
input[type=reset][disabled],
|
||||
a[role=button][disabled] {
|
||||
input[type=reset][disabled] {
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
a[role=button][href=""] {
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue