We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ba17f commit 83ef717Copy full SHA for 83ef717
web_src/css/base.css
@@ -714,16 +714,6 @@ img.ui.avatar,
714
background: var(--color-active);
715
}
716
717
-.ui.loading.segment::before,
718
-.ui.loading.form::before {
719
- background: none;
720
-}
721
-
722
-.ui.loading.form > *,
723
-.ui.loading.segment > * {
724
- opacity: 0.35;
725
726
727
.ui.form .fields.error .field textarea,
728
.ui.form .fields.error .field select,
729
.ui.form .fields.error .field input:not([type]),
@@ -815,10 +805,6 @@ input:-webkit-autofill:active,
815
805
opacity: var(--opacity-disabled);
816
806
817
807
818
-.ui.loading.loading.input > i.icon svg {
819
- visibility: hidden;
820
821
822
808
.text.primary {
823
809
color: var(--color-primary) !important;
824
810
0 commit comments