This commit is contained in:
Lucas Larroche 2023-03-12 11:44:18 +07:00
commit b642fbc014
10 changed files with 6 additions and 22 deletions

View file

@ -970,10 +970,6 @@ input[type=button] {
-webkit-appearance: button; -webkit-appearance: button;
} }
[role=button] {
display: inline-block;
}
button, button,
input[type=submit], input[type=submit],
input[type=reset], input[type=reset],

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1014,10 +1014,6 @@ input[type=button] {
-webkit-appearance: button; -webkit-appearance: button;
} }
[role=button] {
display: inline-block;
}
button, button,
input[type=submit], input[type=submit],
input[type=reset], input[type=reset],

File diff suppressed because one or more lines are too long

View file

@ -940,10 +940,6 @@ input[type=button] {
-webkit-appearance: button; -webkit-appearance: button;
} }
[role=button] {
display: inline-block;
}
button, button,
input[type=submit], input[type=submit],
input[type=reset], input[type=reset],

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

File diff suppressed because one or more lines are too long

View file

@ -32,10 +32,6 @@
// Pico // Pico
// //
[role="button"] {
display: inline-block;
}
button, button,
input[type="submit"], input[type="submit"],
input[type="reset"], input[type="reset"],