From 2f88bcb2232e1e24456ac9ddfd72fd38727519f2 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 2 Jun 2017 20:46:54 +0500 Subject: Multiple Ui improvements (#6553) * PLT-6729 - Fixing close button * PLT-5216 - Updating mattermost theme * PLT-6679 - Fixing styling for active state --- webapp/sass/components/_modal.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'webapp/sass') 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; -- cgit v1.2.3-1-g7c22