1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-08 20:32:24 +04:00

Add dropdown enhancements and new apps card with brand icons (#2249)

This commit is contained in:
Paweł Kuna
2025-03-30 19:59:30 +02:00
committed by GitHub
parent 44250db908
commit c70806a9db
6 changed files with 129 additions and 5 deletions
+1
View File
@@ -109,6 +109,7 @@
.dropdown-menu-card {
padding: 0;
min-width: 20rem;
> .card {
margin: 0;
+11
View File
@@ -184,6 +184,17 @@ a:hover:has(.icon) {
text-decoration: none;
}
.link-hoverable {
border-radius: var(--#{$prefix}border-radius);
transition: background-color .15s ease-in-out;
&:hover {
text-decoration: none;
color: var(--#{$prefix}primary);
background: color-transparent(var(--#{$prefix}secondary), .04);
}
}
/**
Subheader
*/