]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix button style in navbar 825/head
authorjalil wahdatehagh <j.wahdatehagh@gmail.com>
Thu, 29 Jun 2017 22:44:45 +0000 (00:44 +0200)
committerjalil wahdatehagh <j.wahdatehagh@gmail.com>
Thu, 29 Jun 2017 22:44:45 +0000 (00:44 +0200)
sass/components/nav.sass

index b5314f0d8865bd73e1c8d590e2e00d87ca4d2eeb..e6aaa29472bb5d972652683921bc2c73dc1e8680 100644 (file)
@@ -31,8 +31,8 @@ $nav-height: 3.25rem !default
   +mobile
     justify-content: flex-start
 
-.nav-item a,
-a.nav-item
+.nav-item a:not(.button),
+a.nav-item:not(.button)
   color: $text-light
   &:hover
     color: $link-hover