diff options
author | ThibG <thib@sitedethib.com> | 2020-03-25 22:39:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 22:39:18 +0100 |
commit | beb80adb5150e50717852b39db7b534bc0da9534 (patch) | |
tree | bae9b4a5364a2b83717fa76404be2ea20181d15e /app/javascript/styles | |
parent | cd6d851d83c38c4f160ae939e08a913bd98fbd8f (diff) |
Change poll option hover/active styling to be less confusing (#13313)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/polls.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/polls.scss b/app/javascript/styles/mastodon/polls.scss index d7d850a1e..4e34813ed 100644 --- a/app/javascript/styles/mastodon/polls.scss +++ b/app/javascript/styles/mastodon/polls.scss @@ -95,8 +95,8 @@ &:active, &:focus, &:hover { + border-color: lighten($valid-value-color, 15%); border-width: 4px; - background: none; } &::-moz-focus-inner { |