[Scummvm-git-logs] scummvm-web master -> 75c00e2a7c7ac32204ae6638a43717110b7ea056

Mataniko mataniko at gmail.com
Mon Aug 27 07:02:40 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
75c00e2a7c CSS: Hide bullets in the responsive nav menu


Commit: 75c00e2a7c7ac32204ae6638a43717110b7ea056
    https://github.com/scummvm/scummvm-web/commit/75c00e2a7c7ac32204ae6638a43717110b7ea056
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-08-27T01:02:32-04:00

Commit Message:
CSS: Hide bullets in the responsive nav menu

Changed paths:
    scss/layout/_menu.scss


diff --git a/scss/layout/_menu.scss b/scss/layout/_menu.scss
index 9fd66dd..95d4319 100644
--- a/scss/layout/_menu.scss
+++ b/scss/layout/_menu.scss
@@ -30,16 +30,16 @@ nav {
     background-size: contain;
     background-position: 1px 2px;
     background-repeat: no-repeat;
-    padding-left: 28px; 
+		padding-left: 28px;
+		
+		@include respond-to('small') {
+			display: none;
+		}
 	}
 	a {
 		color: $theme-menu-link;
     text-decoration: none;
 	}
-  dd.no-bullet a {
-    background: 0;
-    padding-left: 0;
-  }
   dl dd::first-letter {
     font-weight: 700;
   }





More information about the Scummvm-git-logs mailing list