Created
July 12, 2016 17:58
-
-
Save mathjazz/bb08e90c4faca5bb8053366f1aad0b7b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pontoon/base/static/css/translate.css b/pontoon/base/static/css/translate.css | |
index 1b98138..77ac464 100644 | |
--- a/pontoon/base/static/css/translate.css | |
+++ b/pontoon/base/static/css/translate.css | |
@@ -1432,10 +1432,6 @@ p#sign-in-required > a#sidebar-signin { | |
display: inline-block; | |
} | |
-#helpers > section ul li > header button.approve:before { | |
- content: "<U+F10C>"; | |
-} | |
- | |
#helpers > section ul li.fuzzy > header button.approve:before { | |
color: #FED271; | |
} | |
@@ -1447,14 +1443,13 @@ p#sign-in-required > a#sidebar-signin { | |
#helpers > section ul li > header button.approve:hover:before, | |
#helpers > section ul li.translated > header button.unapprove:before { | |
content: "<U+F058>"; | |
-} | |
- | |
-#helpers > section ul li > header button.approve:hover:before{ | |
color: #7BC876; | |
} | |
-#helpers > section ul li > header button.unapprove::before { | |
- color: #AAA; | |
+#helpers > section ul li > header button.approve:before, | |
+#helpers > section ul li > header button.unapprove:hover:before { | |
+ content: "<U+F10C>"; | |
+ color: #4FC4F6; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment