Browse Source

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

master
ThibG 4 years ago
committed by GitHub
parent
commit
beb80adb51
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/mastodon/polls.scss

+ 1
- 1
app/javascript/styles/mastodon/polls.scss View File

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

Loading…
Cancel
Save