mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 09:33:19 +03:00
Add disabled hover state for buttons
This commit is contained in:
parent
f0fa483501
commit
4fb78265a8
@ -33,6 +33,10 @@ body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
button:disabled {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
@apply my-4 py-2 px-4 border-l-4 border-gray-500;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user