mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
compile scss
This commit is contained in:
parent
6068002080
commit
90f3eb9fb3
17 changed files with 3178 additions and 20 deletions
|
@ -980,8 +980,12 @@ input[type=reset]:focus {
|
||||||
button[disabled],
|
button[disabled],
|
||||||
input[type=submit][disabled],
|
input[type=submit][disabled],
|
||||||
input[type=button][disabled],
|
input[type=button][disabled],
|
||||||
input[type=reset][disabled],
|
input[type=reset][disabled] {
|
||||||
a[role=button][disabled] {
|
opacity: 0.5;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a[role=button][href=""] {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
2
css/pico.classless.min.css
vendored
2
css/pico.classless.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1162,8 +1162,12 @@ a[role=button].outline.contrast:focus {
|
||||||
button[disabled],
|
button[disabled],
|
||||||
input[type=submit][disabled],
|
input[type=submit][disabled],
|
||||||
input[type=button][disabled],
|
input[type=button][disabled],
|
||||||
input[type=reset][disabled],
|
input[type=reset][disabled] {
|
||||||
a[role=button][disabled] {
|
opacity: 0.5;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a[role=button][href=""] {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -950,8 +950,12 @@ input[type=reset]:focus {
|
||||||
button[disabled],
|
button[disabled],
|
||||||
input[type=submit][disabled],
|
input[type=submit][disabled],
|
||||||
input[type=button][disabled],
|
input[type=button][disabled],
|
||||||
input[type=reset][disabled],
|
input[type=reset][disabled] {
|
||||||
a[role=button][disabled] {
|
opacity: 0.5;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a[role=button][href=""] {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
2
css/pico.fluid.classless.min.css
vendored
2
css/pico.fluid.classless.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
css/pico.min.css
vendored
2
css/pico.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1090,8 +1090,12 @@ a[role=button].outline.contrast:focus {
|
||||||
button[disabled],
|
button[disabled],
|
||||||
input[type=submit][disabled],
|
input[type=submit][disabled],
|
||||||
input[type=button][disabled],
|
input[type=button][disabled],
|
||||||
input[type=reset][disabled],
|
input[type=reset][disabled] {
|
||||||
a[role=button][disabled] {
|
opacity: 0.5;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a[role=button][href=""] {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
2
css/pico.slim.min.css
vendored
2
css/pico.slim.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue