Skip to content

Commit 645a79d

Browse files
committed
Missed some more semantic ui stuff
1 parent 2c55257 commit 645a79d

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

public/css/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/less/_base.less

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,33 +4,36 @@
44

55
.override-fonts(@fonts) {
66
/* We're going to just override the semantic fonts here */
7-
.ui.input input {
7+
.ui.input>input, .ui.input input {
88
font-family: @fonts;
99
}
1010

1111
h1, h2, h3, h4, h5 {
1212
font-family: @fonts;
1313
}
1414

15-
.ui.header,
1615
.ui.accordion .title:not(.ui),
1716
.ui.button,
1817
.ui.card > .content > .header.ui.card > .content > .header,
18+
.ui.category.search > .results .category > .name,
19+
.ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url],
20+
.ui.header,
21+
.ui.items > .item > .content > .header,
1922
.ui.list .list > .item .header,
2023
.ui.list > .item .header,
24+
.ui.menu,
2125
.ui.message .header,
2226
.ui.modal > .header,
23-
.ui.items > .item > .content > .header,
2427
.ui.popup > .header,
2528
.ui.search > .results .result .title,
2629
.ui.search > .results > .message .header,
27-
.ui.category.search > .results .category > .name,
2830
body,
2931
.ui.statistics .statistic > .value,
3032
.ui.statistic > .value,
3133
.ui.statistics .statistic > .label,
3234
.ui.statistic > .label,
33-
.ui.steps .step .title
35+
.ui.steps .step .title,
36+
.ui.text.container
3437
{
3538
font-family: @fonts;
3639
}

0 commit comments

Comments
 (0)