Skip to content

Commit cc6d1d6

Browse files
committed
BUGFIX: Update badge border radii in StyleManager
Remove border-radius from .badge, .badge-info, and .tint-badge and add them to a separate rule
1 parent baa9271 commit cc6d1d6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

lib/Models/StyleManager.vala

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -411,11 +411,6 @@ public class He.StyleManager : Object {
411411
.bottom-bar.docked {
412412
border-radius: 0px;
413413
}
414-
.badge,
415-
.badge-info,
416-
.tint-badge {
417-
border-radius: $small_roundness;
418-
}
419414
.toast-box,
420415
.text-view,
421416
check {
@@ -465,7 +460,10 @@ public class He.StyleManager : Object {
465460
switch > slider,
466461
radio,
467462
window.csd.dialog-content windowcontrols > button > image,
468-
windowcontrols > button > image {
463+
windowcontrols > button > image,
464+
.badge,
465+
.badge-info,
466+
.tint-badge {
469467
border-radius: $circle_roundness;
470468
}
471469
.content-list row:first-child .mini-content-block {

0 commit comments

Comments
 (0)