Skip to content

Commit d1d738e

Browse files
committed
fix(ui): Fix border-radius
1 parent 0c51a1d commit d1d738e

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

src/components/carte/Controls.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,7 @@ onMounted(() => {
752752
753753
&.gpf-widget-button {
754754
box-shadow: var(--raised-shadow);
755+
border-radius: $widget-btn-radius;
755756
}
756757
757758
& > .gpf-btn-icon {

src/components/carte/control/ControlList.vue

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,9 @@ onUpdated(() => {
7676
box-shadow: 0 3px 3px -1px var(--shadow-color);
7777
}
7878
79-
.gpf-btn-icon {
80-
// dernier element de la liste
81-
border-radius: 0 0 $widget-btn-radius $widget-btn-radius !important;
82-
83-
span::before {
84-
// supprime la séparation
85-
content: none !important;
86-
}
79+
.gpf-btn-icon span::before {
80+
// supprime la séparation
81+
content: none !important;
8782
}
8883
}
8984

0 commit comments

Comments
 (0)