mirror of
https://github.com/tabler/tabler.git
synced 2026-01-25 04:16:36 +00:00
Remove text-decoration on hovering a element with child having an icon class (#2041)
This commit is contained in:
5
.changeset/popular-news-sell.md
Normal file
5
.changeset/popular-news-sell.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Remove `text-decoration` on hovering `a` element with class having `icon` class
|
||||
@@ -152,7 +152,6 @@ base:
|
||||
pagination:
|
||||
url: pagination.html
|
||||
title: Pagination
|
||||
icon: pie-chart
|
||||
placeholder:
|
||||
url: placeholder.html
|
||||
title: Placeholder
|
||||
|
||||
@@ -163,6 +163,10 @@ Links
|
||||
}
|
||||
}
|
||||
|
||||
a:hover:has(.icon) {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/**
|
||||
Subheader
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user