css: SCSS nesting for `.rendered_markdown` in night_mode.scss.

This commit is contained in:
Abhishek-Balaji 2020-03-25 23:48:02 +05:30 committed by Tim Abbott
parent 05865b3eb3
commit e7b7a644ea
1 changed files with 10 additions and 8 deletions

View File

@ -417,15 +417,17 @@ on a dark background, and don't change the dark labels dark either. */
background-color: hsla(8, 78%, 43%, 0.15);
}
.rendered_markdown .user-mention,
.rendered_markdown .user-group-mention {
background: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.2) 0%, hsla(0, 0%, 0%, 0.1) 100%);
box-shadow: 0px 0px 0px 1px hsla(0, 0%, 0%, 0.4);
}
.rendered_markdown {
.user-mention,
.user-group-mention {
background: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.2) 0%, hsla(0, 0%, 0%, 0.1) 100%);
box-shadow: 0px 0px 0px 1px hsla(0, 0%, 0%, 0.4);
}
.rendered_markdown .user-mention-me :not(.silent) {
background-color: hsla(355, 37%, 31%, 1);
box-shadow: 0px 0px 0px 1px hsla(330, 40%, 20%, 1);
.user-mention-me :not(.silent) {
background-color: hsla(355, 37%, 31%, 1);
box-shadow: 0px 0px 0px 1px hsla(330, 40%, 20%, 1);
}
}
.tip {