From 5e25a4a00e49a726cf0a05956a53f73fb4be58fb Mon Sep 17 00:00:00 2001 From: Banzobotic <78510207+Banzobotic@users.noreply.github.com> Date: Sun, 20 Aug 2023 23:16:06 +0100 Subject: [PATCH] Simplify code and avoid breaking change --- lib/assets/styles/classes.scss | 13 +------------ lib/components/base/Pagination.vue | 4 ---- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/lib/assets/styles/classes.scss b/lib/assets/styles/classes.scss index 13197b0b..bfe55674 100644 --- a/lib/assets/styles/classes.scss +++ b/lib/assets/styles/classes.scss @@ -249,6 +249,7 @@ a, left: 0; right: 0; pointer-events: all; + border-radius: inherit; } &:active::before { @@ -414,10 +415,6 @@ a, background: none; box-shadow: none; } - - &::before { - border-radius: var(--radius-md); - } } .btn-group { @@ -513,10 +510,6 @@ a, } } - &::before { - border-radius: var(--radius-lg); - } - // TODO: Add back later //&.warning { // border-left: 0.5rem solid var(--color-warning-banner-side); @@ -715,10 +708,6 @@ a, &:hover &:focus { background: var(--color-button-bg); } - - &::before { - border-radius: var(--radius-max); - } } // TOOLTIPS diff --git a/lib/components/base/Pagination.vue b/lib/components/base/Pagination.vue index 6f899e89..df83a8c4 100644 --- a/lib/components/base/Pagination.vue +++ b/lib/components/base/Pagination.vue @@ -152,10 +152,6 @@ a { transform: scale(0.95); filter: brightness(0.8); } - - &::before { - border-radius: 2rem; - } } .has-icon {