]> cat aescling's git repositories - mastodon.git/commitdiff
Change poll option hover/active styling to be less confusing (#13313)
authorThibG <thib@sitedethib.com>
Wed, 25 Mar 2020 21:39:18 +0000 (22:39 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Mar 2020 21:39:18 +0000 (22:39 +0100)
app/javascript/styles/mastodon/polls.scss

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