summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_error-bar.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-06-23 07:28:04 +0500
committerJoram Wilander <jwawilander@gmail.com>2017-06-22 22:28:04 -0400
commitdfbb16521c9d10cd491429874660bfdde3e19e1d (patch)
treec83559476382e2d2b600f49a2575c2f8896552fe /webapp/sass/components/_error-bar.scss
parentd8cd38f4831ea2cd6a42e1d8aa68c0b24c3a4bd1 (diff)
downloadchat-dfbb16521c9d10cd491429874660bfdde3e19e1d.tar.gz
chat-dfbb16521c9d10cd491429874660bfdde3e19e1d.tar.bz2
chat-dfbb16521c9d10cd491429874660bfdde3e19e1d.zip
Minor bug and UI fixes (#6729)
* PLT-6797 - Code block language tag not selectable * PLT-6771 - Aligning search box with RHS * PLT-6827 - Fixing link color in error bar * PLT-6241 - Adding edge detection
Diffstat (limited to 'webapp/sass/components/_error-bar.scss')
-rw-r--r--webapp/sass/components/_error-bar.scss14
1 files changed, 5 insertions, 9 deletions
diff --git a/webapp/sass/components/_error-bar.scss b/webapp/sass/components/_error-bar.scss
index 765b61ba8..06a35df40 100644
--- a/webapp/sass/components/_error-bar.scss
+++ b/webapp/sass/components/_error-bar.scss
@@ -18,17 +18,13 @@
}
a {
- color: $white;
+ color: inherit !important;
text-decoration: underline;
- .app__body & {
- color: $white;
-
- &:hover,
- &:active,
- &:focus {
- color: $white;
- }
+ &:hover,
+ &:active,
+ &:focus {
+ color: inherit !important;
}
&.error-bar__close {