]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Change poll option hover/active styling to be less confusing
authorThibG <thib@sitedethib.com>
Wed, 25 Mar 2020 21:39:18 +0000 (22:39 +0100)
committerThibaut Girka <thib@sitedethib.com>
Fri, 27 Mar 2020 21:06:06 +0000 (22:06 +0100)
Port beb80adb5150e50717852b39db7b534bc0da9534 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/polls.scss

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