1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 21:00:15 +04:00

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

This commit is contained in:
BG-Software
2025-01-05 23:04:42 +01:00
committed by GitHub
parent 54c5ad09cd
commit 4ae0358cf5
3 changed files with 9 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Remove `text-decoration` on hovering `a` element with class having `icon` class
-1
View File
@@ -152,7 +152,6 @@ base:
pagination: pagination:
url: pagination.html url: pagination.html
title: Pagination title: Pagination
icon: pie-chart
placeholder: placeholder:
url: placeholder.html url: placeholder.html
title: Placeholder title: Placeholder
+4
View File
@@ -163,6 +163,10 @@ Links
} }
} }
a:hover:has(.icon) {
text-decoration: none;
}
/** /**
Subheader Subheader
*/ */