summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-06-02 20:46:54 +0500
committerCorey Hulen <corey@hulen.com>2017-06-02 08:46:54 -0700
commit2f88bcb2232e1e24456ac9ddfd72fd38727519f2 (patch)
tree1e1618d948f4cb01baaadab856d7d2d966ce4136 /webapp/sass
parente7e59cc40f81156d7e5c673cac4589c8fcffdfed (diff)
downloadchat-2f88bcb2232e1e24456ac9ddfd72fd38727519f2.tar.gz
chat-2f88bcb2232e1e24456ac9ddfd72fd38727519f2.tar.bz2
chat-2f88bcb2232e1e24456ac9ddfd72fd38727519f2.zip
Multiple Ui improvements (#6553)
* PLT-6729 - Fixing close button * PLT-5216 - Updating mattermost theme * PLT-6679 - Fixing styling for active state
Diffstat (limited to 'webapp/sass')
-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;