mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 19:41:16 +01:00
move common dropdown tpls to core
move btn link hover/active css to core from harmony
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user