summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_modal.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_modal.scss')
-rw-r--r--webapp/sass/components/_modal.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index 6388fe8de..de7d9cdfb 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -213,14 +213,18 @@
line-height: 30px;
position: absolute;
right: 10px;
+ text-shadow: none;
width: 30px;
z-index: 5;
- text-shadow: none;
&:hover {
@include alpha-property(background, $black, .1);
}
+ .sr-only {
+ display: none;
+ }
+
span {
font-family: 'Open Sans', sans-serif;
line-height: 10px;