Skip to content

Commit

Permalink
issue DrupalRU#1276: Bugfix display of unpublished comment
Browse files Browse the repository at this point in the history
  • Loading branch information
avakorin committed Feb 17, 2019
1 parent 5b6364b commit c5e9943
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions profiles/drupalru/themes/druru/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
margin-top: @gap-entity;
}

&-unpublished {
background-color: @color-entity-unpublished;
}

@media (max-width: @grid-float-breakpoint) {
.comment__links {
& > * {
Expand Down
2 changes: 2 additions & 0 deletions profiles/drupalru/themes/druru/less/variables-new.less
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@

@color-throbber: @color-link;

@color-entity-unpublished: rgb(252, 235, 235);

////////////////////
// Typography
// Font, line-height, and color for body text, headings, and more.
Expand Down

0 comments on commit c5e9943

Please sign in to comment.