Skip to content

Commit 76f3846

Browse files
authored
Move primary label to granite-widgets (#513)
1 parent b5575c1 commit 76f3846

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

elementary/gtk-3.0/granite-widgets.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,11 @@ list .h4 {
634634
padding-left: 6px;
635635
}
636636

637+
label.primary {
638+
font-weight: 700;
639+
font-size: 1.2em;
640+
}
641+
637642
/***************
638643
* Fancy Scales *
639644
***************/

elementary/gtk-3.0/gtk-widgets.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4098,11 +4098,6 @@ dialog toolbar {
40984098
background-color: @bg_color;
40994099
}
41004100

4101-
dialog label.primary {
4102-
font-weight: 700;
4103-
font-size: 1.2em;
4104-
}
4105-
41064101
/***************
41074102
* Emoji Picker *
41084103
***************/

0 commit comments

Comments
 (0)