feat(SW-272) link style changes

This commit is contained in:
Erik Tiekstra
2024-09-26 11:17:56 +02:00
parent 44d201c8a1
commit 3f7b8a524e
8 changed files with 64 additions and 42 deletions

View File

@@ -85,17 +85,6 @@
transform: rotate(180deg);
}
/* Triangle dropdown */
.dropdown::before {
content: "";
position: absolute;
right: 2.4rem;
border-width: 0.75rem;
border-style: solid;
border-color: var(--Base-Surface-Primary-light-Normal) transparent
transparent transparent;
}
.bottom .dropdown {
transition: none;
height: auto;