[tor-commits] [lego/develop] Fix climate stricke css

hiro at torproject.org hiro at torproject.org
Tue Apr 7 16:13:24 UTC 2020


commit 09c5813e895e67104dbdcf15bfec66367bd11790
Author: hiro <hiro at torproject.org>
Date:   Mon Sep 16 14:09:37 2019 +0200

    Fix climate stricke css
---
 assets/static/css/digital-climate-strike/button.css | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/assets/static/css/digital-climate-strike/button.css b/assets/static/css/digital-climate-strike/button.css
index 31ef1c1..ad4462e 100644
--- a/assets/static/css/digital-climate-strike/button.css
+++ b/assets/static/css/digital-climate-strike/button.css
@@ -14,19 +14,19 @@
   white-space: nowrap;
   border: 0;
   cursor: pointer;
+}
+.dcs-button:hover,
+.dcs-button:focus {
+  background-color: #fff !important;
+  box-shadow: 0.3rem 0.3rem 0 #000 !important;
+  color: #000 !important;
+}
 
-  &:hover,
-  &:focus {
-    background-color: #fff !important;
-    box-shadow: 0.3rem 0.3rem 0 #000 !important;
-    color: #000 !important;
-  }
-
-  &:focus {
-    outline: 2px dotted #000;
-  }
+.dcs-button:focus {
+  outline: 2px dotted #000;
 }
 
+
 .dcs-button__icon {
   font-size: 1.5rem;
   height: 100%;





More information about the tor-commits mailing list