mirror of
https://github.com/mastodon/mastodon.git
synced 2025-10-29 04:01:24 +00:00
Fix unselected/missing poll__input colour
This commit is contained in:
parent
c4eaf5755f
commit
d1c64a600c
|
|
@ -111,7 +111,7 @@
|
||||||
&__input {
|
&__input {
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
border: 1px solid var(--clr-bg-primary);
|
border: 1px solid var(--clr-text-secondary);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 17px;
|
width: 17px;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user