We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa9271 commit cc6d1d6Copy full SHA for cc6d1d6
lib/Models/StyleManager.vala
@@ -411,11 +411,6 @@ public class He.StyleManager : Object {
411
.bottom-bar.docked {
412
border-radius: 0px;
413
}
414
- .badge,
415
- .badge-info,
416
- .tint-badge {
417
- border-radius: $small_roundness;
418
- }
419
.toast-box,
420
.text-view,
421
check {
@@ -465,7 +460,10 @@ public class He.StyleManager : Object {
465
460
switch > slider,
466
461
radio,
467
462
window.csd.dialog-content windowcontrols > button > image,
468
- windowcontrols > button > image {
463
+ windowcontrols > button > image,
464
+ .badge,
+ .badge-info,
+ .tint-badge {
469
border-radius: $circle_roundness;
470
471
.content-list row:first-child .mini-content-block {
0 commit comments