about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-03-25 22:39:18 +0100
committerGitHub <noreply@github.com>2020-03-25 22:39:18 +0100
commitbeb80adb5150e50717852b39db7b534bc0da9534 (patch)
treebae9b4a5364a2b83717fa76404be2ea20181d15e
parentcd6d851d83c38c4f160ae939e08a913bd98fbd8f (diff)
Change poll option hover/active styling to be less confusing (#13313)
-rw-r--r--app/javascript/styles/mastodon/polls.scss2
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 {