Button hover style reapply (#58)

This commit is contained in:
chapoi
2025-03-18 22:28:25 +08:00
committed by GitHub
parent 970ee33771
commit 71f246c8a3
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
oklch(from var(--accent-color) calc(l * 0.2) calc(c * 0.01) h / 0.25) oklch(from var(--accent-color) calc(l * 0.2) calc(c * 0.01) h / 0.25)
); );
--button-box-shadow: light-dark( --button-box-shadow: light-dark(
oklch(from var(--accent-color) calc(l * 2) calc(c * 0.125) h), oklch(from var(--accent-color) calc(l * 1.5) calc(c * 0.35) h),
oklch(from var(--accent-color) calc(l * 0.75) calc(c * 0.5) h) oklch(from var(--accent-color) calc(l * 0.75) calc(c * 0.5) h)
); );
--d-selected: light-dark( --d-selected: light-dark(
+4
View File
@@ -90,3 +90,7 @@ input[type="color"]:focus,
border-radius: var(--d-border-radius); border-radius: var(--d-border-radius);
background-color: var(--primary-50); background-color: var(--primary-50);
} }
.discourse-reactions-list .reactions {
gap: 0.15em;
}