Remove polluted ".ui.left" style (#26809)

This commit is contained in:
wxiaoguang 2023-08-30 21:46:24 +08:00 committed by GitHub
parent 2590707122
commit 1bb9b1c4d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 36 deletions

View file

@ -1179,11 +1179,6 @@ img.ui.avatar,
font-size: 0.75em;
}
/* FIXME: this is a serious pollution, do not use this for "float: left" anymore */
.ui.left:not(.action) {
float: left;
}
/* FIXME: this is a serious pollution, do not use this for "float: right" anymore */
.ui.right:not(.action) {
float: right;