- commit
- c1364993238cf815c8d4eaf3a0eedddda8d1ea01
- parent
- 93d363f6f8fd56bd68cba9b893a5a76382eeab4e
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-09-05 08:14
css: no hover on disabled
Diffstat
| M | style.css | 1 | + |
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
@@ -88,6 +88,7 @@ button:focus {
88 88 background-color: var(--color-primary-focus);
89 89 }
90 90 button:disabled {
-1 91 background-color: var(--color-primary);
91 92 opacity: 0.5;
92 93 cursor: progress;
93 94 }