Simplify code and avoid breaking change

This commit is contained in:
Banzobotic
2023-08-20 23:16:06 +01:00
parent 810cf9ab2c
commit 5e25a4a00e
2 changed files with 1 additions and 16 deletions

View File

@@ -249,6 +249,7 @@ a,
left: 0; left: 0;
right: 0; right: 0;
pointer-events: all; pointer-events: all;
border-radius: inherit;
} }
&:active::before { &:active::before {
@@ -414,10 +415,6 @@ a,
background: none; background: none;
box-shadow: none; box-shadow: none;
} }
&::before {
border-radius: var(--radius-md);
}
} }
.btn-group { .btn-group {
@@ -513,10 +510,6 @@ a,
} }
} }
&::before {
border-radius: var(--radius-lg);
}
// TODO: Add back later // TODO: Add back later
//&.warning { //&.warning {
// border-left: 0.5rem solid var(--color-warning-banner-side); // border-left: 0.5rem solid var(--color-warning-banner-side);
@@ -715,10 +708,6 @@ a,
&:hover &:focus { &:hover &:focus {
background: var(--color-button-bg); background: var(--color-button-bg);
} }
&::before {
border-radius: var(--radius-max);
}
} }
// TOOLTIPS // TOOLTIPS

View File

@@ -152,10 +152,6 @@ a {
transform: scale(0.95); transform: scale(0.95);
filter: brightness(0.8); filter: brightness(0.8);
} }
&::before {
border-radius: 2rem;
}
} }
.has-icon { .has-icon {