summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_forms.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-03-17 17:19:54 +0500
committerJoram Wilander <jwawilander@gmail.com>2017-03-17 08:19:54 -0400
commitbfae88e60c7a623afae82e06ce1421ca778c06e7 (patch)
tree38cc13b8c095cf9bd0ad152ba9d80989137aed27 /webapp/sass/layout/_forms.scss
parent6f87438cbb0eca34e1104bcda41ea40477a23bd1 (diff)
downloadchat-bfae88e60c7a623afae82e06ce1421ca778c06e7.tar.gz
chat-bfae88e60c7a623afae82e06ce1421ca778c06e7.tar.bz2
chat-bfae88e60c7a623afae82e06ce1421ca778c06e7.zip
Ui improvements (#5755)
* PLT-5816 - Flagged posts tooltip fix * PLT-5766 - Link previews appearing outside the box * PLT-5795 - Fixing alignment user list in channel * PLT-5818 - Reset password error not aligned * PLT-5837 - Adjusting image preview max height * PLT-5778 - Updating word break for paragraphs * PLT-5848 - Updating label for file error * PLT-5846 - Markdown tables extra border on mobile * PLT-5662 - Pinned post UI improvement * Fixing eslint error * Updating tooltip eslint issue * PLT-5832 - Removing error styling on labels
Diffstat (limited to 'webapp/sass/layout/_forms.scss')
-rw-r--r--webapp/sass/layout/_forms.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/webapp/sass/layout/_forms.scss b/webapp/sass/layout/_forms.scss
index 7552290d8..64c74b0a5 100644
--- a/webapp/sass/layout/_forms.scss
+++ b/webapp/sass/layout/_forms.scss
@@ -62,7 +62,6 @@
.has-error {
.help-block,
- .control-label,
.radio,
.checkbox,
.radio-inline,
@@ -70,6 +69,10 @@
color: $red;
}
+ .control-label {
+ color: inherit;
+ }
+
&.radio,
&.checkbox,
&.radio-inline,