You've already forked AstralRinth
forked from didirus/AstralRinth
Simplify code and avoid breaking change
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user