adding important to the event dropdown nav menu to test specificity
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 20 Dec 2016 14:02:07 +0000 (09:02 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 20 Dec 2016 14:02:07 +0000 (09:02 -0500)
css/app.css
scss/_topbar.scss

index 1cb8488..efd57bf 100644 (file)
@@ -6669,7 +6669,7 @@ body #interactive-map ul.map-dropdown {
   .info ul.dropdown {
     right: -120px !important; }
   .event ul.dropdown {
-    left: -175px; } }
+    left: -175px !important; } }
 
 main {
   padding-bottom: 376px; }
index f03f81a..a7a8be3 100644 (file)
@@ -349,7 +349,7 @@ body #interactive-map{
     }
     .event{
         ul.dropdown{
-            left: -175px;
+            left: -175px !important;
         }
     }
 }
\ No newline at end of file