More admin profile related tweaks

This commit is contained in:
Thomas Sileo 2022-09-21 21:00:17 +02:00
parent 8d0b5d1114
commit cb5d21baeb
2 changed files with 17 additions and 3 deletions

View file

@ -388,7 +388,7 @@ nav.flexbox {
margin-right: 0px;
}
}
a {
a:not(.label-btn) {
color: $primary-color;
text-decoration: none;
&:hover, &:active {
@ -396,12 +396,21 @@ nav.flexbox {
text-decoration: underline;
}
}
a.active {
a.active:not(.label-btn) {
color: $secondary-color;
font-weight: bold;
}
}
// after nav.flexbox to override default behavior
a.label-btn {
color: $form-text-color;
&:hover {
text-decoration: none;
color: $form-text-color;
}
}
.ap-object {
margin: 15px 0;
padding: 20px;