UX: Reduce specificity of reviewable item styles

This commit is contained in:
Kris 2019-04-03 16:49:57 -04:00
parent 111a502231
commit 14952a9cbc
1 changed files with 18 additions and 20 deletions

View File

@ -262,8 +262,7 @@
}
}
.reviewable-queued-post,
.reviewable-flagged-post {
.reviewable-item {
.post-title {
background-color: yellow;
}
@ -283,6 +282,23 @@
.post-contents {
width: 100%;
}
.post-body {
max-width: $topic-body-width;
max-height: 300px;
margin-top: 0.5em;
overflow-y: auto;
p,
aside {
margin: 0 0 1em 0;
}
p {
word-break: break-all;
}
}
.post-topic {
width: 100%;
color: $primary-medium;
@ -302,24 +318,6 @@
}
}
.reviewable-item {
.post-body {
max-width: $topic-body-width;
max-height: 300px;
margin-top: 0.5em;
overflow-y: auto;
p,
aside {
margin: 0 0 1em 0;
}
p {
word-break: break-all;
}
}
}
.editable-fields {
width: 100%;
.editable-field {