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

Removing comments icon WRONG sizing .css classes + Typo fixes #4408

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
19 changes: 1 addition & 18 deletions dist/components/comment.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,28 +225,11 @@
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}

.ui.minimal.comments .comment > .content:hover > .actions {
opacity: 1;
}

/*--------------------
Sizes
---------------------*/

.ui.small.comments {
font-size: 0.9em;
}
.ui.comments {
font-size: 1em;
}
.ui.large.comments {
font-size: 1.1em;
}
.ui.huge.comments {
font-size: 1.2em;
}


/*******************************
Theme Overrides
*******************************/
Expand Down
2 changes: 1 addition & 1 deletion dist/components/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
.ui.loading.form {
position: relative;
cursor: default;
point-events: none;
pointer-events: none;
}
.ui.loading.form:before {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion dist/components/segment.css
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
.ui.loading.segment {
position: relative;
cursor: default;
point-events: none;
pointer-events: none;
text-shadow: none !important;
color: transparent !important;
-webkit-transition: all 0s linear;
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/collections/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
.ui.loading.form {
position: relative;
cursor: default;
point-events: none;
pointer-events: none;
}
.ui.loading.form:before {
position: absolute;
Expand Down
4 changes: 2 additions & 2 deletions src/definitions/elements/segment.less
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
.ui.loading.segment {
position: relative;
cursor: default;
point-events: none;
pointer-events: none;
text-shadow: none !important;
color: transparent !important;
transition: all 0s linear;
Expand Down Expand Up @@ -724,4 +724,4 @@
margin-bottom: 0em;
}

.loadUIOverrides();
.loadUIOverrides();