move common dropdown tpls to core

move btn link hover/active css to core from harmony
This commit is contained in:
Barış Soner Uşaklı
2024-09-12 10:25:01 -04:00
parent 609a9878a5
commit ecfdb3e0fa
14 changed files with 417 additions and 1 deletions

View File

@@ -36,4 +36,11 @@ html[data-dir="rtl"] {
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }
}
}
.btn-link {
&:hover, &.active {
background-color: var(--btn-ghost-hover-color);
text-decoration: none;
}
}