summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_error-bar.scss
diff options
context:
space:
mode:
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 {