forked from cybrespace/mastodon
Change poll option hover/active styling to be less confusing (#13313)
This commit is contained in:
parent
cd6d851d83
commit
beb80adb51
|
@ -95,8 +95,8 @@
|
||||||
&:active,
|
&:active,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:hover {
|
&:hover {
|
||||||
|
border-color: lighten($valid-value-color, 15%);
|
||||||
border-width: 4px;
|
border-width: 4px;
|
||||||
background: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-moz-focus-inner {
|
&::-moz-focus-inner {
|
||||||
|
|
Loading…
Reference in New Issue