Skip to content

Commit 544ffc5

Browse files
committed
gtk4: Remove unused -gtk-outline-radius property
This is not valid with GTK 4, and resulted in Gtk-WARNING from a theme parsing error.
1 parent b28cc09 commit 544ffc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/gtk-4.0/4.2/sass/_common.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2663,7 +2663,6 @@ checkbutton {
26632663
$_scale_trough_bg: if($variant != 'dark', $button_border, darken($bg_color, 5%));
26642664

26652665
outline-offset: 2px;//FIXME from arc gtk3, still needed?
2666-
-gtk-outline-radius: 4.5px;//FIXME from arc gtk3, still needed?
26672666

26682667
border-radius: 2.5px;
26692668
background-color: $_scale_trough_bg;

0 commit comments

Comments
 (0)