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

View File

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

View File

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

View File

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