2023-07-13 22:22:40 +02:00
|
|
|
.mm-button-link {
|
2023-07-14 21:25:46 +02:00
|
|
|
&:hover:not(&--disabled) {
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration-thickness: 2px;
|
|
|
|
text-underline-offset: 4px;
|
|
|
|
}
|
|
|
|
|
2022-10-14 00:39:22 +02:00
|
|
|
&:active {
|
2023-07-13 22:22:40 +02:00
|
|
|
color: var(--color-primary-alternative);
|
2022-10-14 00:39:22 +02:00
|
|
|
}
|
|
|
|
|
2023-01-13 22:58:09 +01:00
|
|
|
&--disabled {
|
2022-10-14 00:39:22 +02:00
|
|
|
&:active {
|
2023-07-13 22:22:40 +02:00
|
|
|
color: var(--color-primary-default);
|
2022-10-14 00:39:22 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&--type-danger {
|
|
|
|
&:hover {
|
|
|
|
color: var(--color-error-default);
|
|
|
|
}
|
|
|
|
|
|
|
|
&:active {
|
2023-07-13 22:22:40 +02:00
|
|
|
color: var(--color-error-alternative);
|
2022-10-14 00:39:22 +02:00
|
|
|
}
|
2023-01-13 22:58:09 +01:00
|
|
|
}
|
2022-10-14 00:39:22 +02:00
|
|
|
|
2023-07-13 22:22:40 +02:00
|
|
|
&--type-danger#{&}--disabled:active {
|
|
|
|
color: var(--color-error-default);
|
2022-10-14 00:39:22 +02:00
|
|
|
}
|
2023-01-26 19:32:11 +01:00
|
|
|
|
|
|
|
&--size-auto {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
&--size-inherit {
|
|
|
|
height: auto;
|
|
|
|
background-color: transparent;
|
|
|
|
vertical-align: top;
|
|
|
|
font-family: inherit;
|
|
|
|
font-weight: inherit;
|
|
|
|
font-size: inherit;
|
|
|
|
line-height: inherit;
|
|
|
|
letter-spacing: inherit;
|
|
|
|
}
|
2023-07-14 21:25:46 +02:00
|
|
|
|
|
|
|
&--size-inherit:hover:not(&--disabled) {
|
|
|
|
text-decoration-thickness: auto;
|
|
|
|
text-underline-offset: 2px;
|
|
|
|
}
|
2022-10-14 00:39:22 +02:00
|
|
|
}
|