aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-29 19:06:50 +0200
committerHenry Jameson <me@hjkos.com>2024-02-29 19:06:50 +0200
commitfb55c98483950bf02758ca1ec21e3e428fe35751 (patch)
treeb33003bb86eb1dabcdce1da69b8f38763a11ba14 /src/App.scss
parente7c64e47c4870b19d41ec4f7a500d312c06df853 (diff)
fix polls options
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss
index 219269a1..9e549b86 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -488,7 +488,8 @@ textarea {
.input {
&.unstyled {
border-radius: 0;
- background: none;
+ /* stylelint-disable-next-line declaration-no-important */
+ background: none !important;
box-shadow: none;
height: unset;
}
@@ -528,6 +529,7 @@ textarea {
&:checked + label::before {
box-shadow: var(--shadow);
background-color: var(--background);
+ color: var(--text);
}
&:disabled {
@@ -541,7 +543,7 @@ textarea {
+ label::before {
flex-shrink: 0;
display: inline-block;
- content: "";
+ content: "•";
transition: box-shadow 200ms;
width: 1.1em;
height: 1.1em;