Add disabled hover state for buttons

This commit is contained in:
Uku Taht 2021-01-08 11:21:53 +02:00
parent f0fa483501
commit 4fb78265a8

View File

@ -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;
}