Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove fomantic text module #26777

Merged
merged 6 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions web_src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,14 @@ img.ui.avatar,
color: var(--color-gold) !important;
}

.text.disabled {
opacity: var(--opacity-disabled);
}
delvh marked this conversation as resolved.
Show resolved Hide resolved

.text.small {
font-size: 0.75em;
}
delvh marked this conversation as resolved.
Show resolved Hide resolved

/* FIXME: this is a serious pollution, do not use this for "float: left" anymore */
.ui.left:not(.action) {
float: left;
Expand Down
139 changes: 0 additions & 139 deletions web_src/fomantic/build/semantic.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions web_src/fomantic/semantic.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"segment",
"site",
"tab",
"table",
"text"
"table"
]
}
Loading