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:
@@ -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:
|
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
|
||||||
|
|||||||
@@ -163,6 +163,10 @@ Links
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover:has(.icon) {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Subheader
|
Subheader
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user