Merge pull request #224 from hmhealey/mm1625
MM-1625 Correct the appearance of the post menu on both desktop and mobile
Этот коммит содержится в:
@@ -215,9 +215,6 @@ body.ios {
|
||||
@include opacity(1);
|
||||
}
|
||||
.dropdown-toggle:after {
|
||||
content: '...';
|
||||
}
|
||||
.dropdown-toggle:hover:after {
|
||||
content: '[...]';
|
||||
}
|
||||
}
|
||||
@@ -437,4 +434,4 @@ body.ios {
|
||||
width: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -239,6 +239,11 @@
|
||||
}
|
||||
&:hover {
|
||||
background: none;
|
||||
.post-header .post-header-col.post-header__reply {
|
||||
.dropdown-toggle:after {
|
||||
content: '...';
|
||||
}
|
||||
}
|
||||
}
|
||||
&.post--comment {
|
||||
&.other--root {
|
||||
@@ -247,6 +252,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.post-header .post-header-col.post-header__reply {
|
||||
.dropdown-toggle:after {
|
||||
content: '...';
|
||||
}
|
||||
}
|
||||
}
|
||||
.signup-team__container {
|
||||
padding: 30px 0;
|
||||
|
||||
Ссылка в новой задаче
Block a user