mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Multiple Ui improvements (#6553)
* PLT-6729 - Fixing close button * PLT-5216 - Updating mattermost theme * PLT-6679 - Fixing styling for active state
This commit is contained in:
committed by
Corey Hulen
parent
e7e59cc40f
commit
2f88bcb223
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user