Cleanup _ReplyThread.scss

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-17 15:03:52 +02:00
parent 03ce480066
commit 96acd6c9ef
No known key found for this signature in database
GPG Key ID: CC823428E9B582FB
1 changed files with 4 additions and 7 deletions

View File

@ -16,19 +16,16 @@ limitations under the License.
.mx_ReplyThread {
margin-top: 0;
}
.mx_ReplyThread_show {
cursor: pointer;
}
blockquote.mx_ReplyThread {
margin-left: 0;
margin-right: 0;
margin-bottom: 8px;
padding-left: 10px;
border-left: 4px solid $button-bg-color;
.mx_ReplyThread_show {
cursor: pointer;
}
&.mx_ReplyThread_color1 {
border-left-color: $username-variant1-color;
}