Browse Source

navigation - link text decoration none

tags/0.9.0
Alej 4 years ago
parent
commit
42c154af02
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      vue-theme/src/components/navigation/navigation.vue

+ 2
- 2
vue-theme/src/components/navigation/navigation.vue View File

@@ -53,7 +53,7 @@ export default {
53 53
                 // 'resources',
54 54
                 // 'support',
55 55
                 // 'about',
56
-                // '🔍'
56
+                '🔍'
57 57
             ]
58 58
             const ignore = [
59 59
                 'page',
@@ -92,6 +92,7 @@ nav.main
92 92
     .menu, .mobile-menu
93 93
         /* padding: $ms-0 0 */
94 94
         a
95
+            text-decoration: none
95 96
             color: $cia_black
96 97
             &:hover
97 98
                 color: $cia_darker
@@ -127,7 +128,6 @@ nav.main
127 128
     
128 129
     .mobile-menu
129 130
         a
130
-            text-decoration: none
131 131
         /* cia logotype for smaller screens */
132 132
         img 
133 133
             margin: $ms--7 $ms--6 0 $ms-0

Loading…
Cancel
Save