Skip to content

Commit 2590707

Browse files
authored
Remove fomantic text module (#26777)
Corollary to #26775: All selectors I found that are actually used and not necessarily present in the current code have been copied to `web_src/css/base.css`. Everything else should be a clean removal.
1 parent 5315153 commit 2590707

File tree

3 files changed

+5
-141
lines changed

3 files changed

+5
-141
lines changed

web_src/css/base.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,10 @@ img.ui.avatar,
11751175
color: var(--color-gold) !important;
11761176
}
11771177

1178+
.text.small {
1179+
font-size: 0.75em;
1180+
}
1181+
11781182
/* FIXME: this is a serious pollution, do not use this for "float: left" anymore */
11791183
.ui.left:not(.action) {
11801184
float: left;
@@ -1257,10 +1261,6 @@ img.ui.avatar,
12571261
text-align: right !important;
12581262
}
12591263

1260-
.ui .text.small {
1261-
font-size: 0.75em;
1262-
}
1263-
12641264
.ui .text.normal {
12651265
font-weight: var(--font-weight-normal);
12661266
}

web_src/fomantic/build/semantic.css

Lines changed: 0 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web_src/fomantic/semantic.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"segment",
4141
"site",
4242
"tab",
43-
"table",
44-
"text"
43+
"table"
4544
]
4645
}

0 commit comments

Comments
 (0)