2
0
Эх сурвалжийг харах

Remove text-decoration on hovering a element with child having an icon class (#2041)

BG-Software 8 сар өмнө
parent
commit
4ae0358cf5

+ 5 - 0
.changeset/popular-news-sell.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Remove `text-decoration` on hovering `a` element with class having `icon` class

+ 0 - 1
src/pages/_data/menu.yml

@@ -152,7 +152,6 @@ base:
     pagination:
       url: pagination.html
       title: Pagination
-      icon: pie-chart
     placeholder:
       url: placeholder.html
       title: Placeholder

+ 4 - 0
src/scss/ui/_type.scss

@@ -163,6 +163,10 @@ Links
   }
 }
 
+a:hover:has(.icon) {
+  text-decoration: none;
+}
+
 /**
 Subheader
  */