Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
@include icon-color('checkbox-mark', 'actions', $color-white, 1, true);
}
}
- #body-user {
- .primary {
- border: 1px solid transparent;
- }
+ /* Always give primary button a border for light primary colors */
+ .primary {
+ border-color: var(--color-border) !important;
}
} @else {
#appmenu:not(.inverted) svg {
cursor: pointer;
/* Apply border to primary button if on log in page (and not in a dark container) or if in header */
- #body-login :not(body-login-container) &,
+ #body-login :not(.body-login-container) &,
#header & {
border-color: var(--color-primary-text);
}