mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Don't double declare font-family: inherit on buttons
This commit is contained in:
parent
bdc7587de5
commit
9880e16821
@ -555,7 +555,6 @@ input::placeholder {
|
||||
|
||||
button,
|
||||
[role=button] {
|
||||
font-family: inherit;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
@ -95,6 +95,5 @@ input::placeholder {
|
||||
}
|
||||
|
||||
button, [role=button] {
|
||||
font-family: inherit;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user