Change poll option hover/active styling to be less confusing (#13313)

This commit is contained in:
ThibG 2020-03-25 22:39:18 +01:00 committed by GitHub
parent cd6d851d83
commit beb80adb51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,8 +95,8 @@
&:active,
&:focus,
&:hover {
border-color: lighten($valid-value-color, 15%);
border-width: 4px;
background: none;
}
&::-moz-focus-inner {