Skip to content

Commit fd057af

Browse files
authored
Fix wrong attribute and method name usage (#13515)
1 parent cec10ca commit fd057af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

data/theme/cinnamon-sass/widgets/_base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ StScrollBar {
100100

101101
StBin#trough {
102102
background-color: transparentize($base_color, 0.9);
103-
border_radius: $base_border_radius;
103+
border-radius: $base_border_radius;
104104
}
105105

106106
StButton#vhandle,

data/theme/cinnamon-sass/widgets/_dialogs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
.dialog-list-title {
6767
color: $warning_color;
68-
background-color: tranparentize($warning_color, 0.9);
68+
background-color: transparentize($warning_color, 0.9);
6969
padding: $base_padding * 1.5;
7070
border-radius: $base_border_radius;
7171
margin: $base_margin 0;

0 commit comments

Comments
 (0)