Explorar el Código

fix link underline color (#15265)

iamkun hace 6 años
padre
commit
17a1a2e0b4
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      packages/theme-chalk/src/link.scss

+ 5 - 0
packages/theme-chalk/src/link.scss

@@ -70,6 +70,11 @@ $typeMap: (
       @include when(disabled) {
         color: mix($primaryColor, $--color-white, 50%)
       }
+      @include when(underline) {
+        &:hover:after {
+          border-color: $primaryColor
+        }
+      }
     }
   }