Skip to content

Commit

Permalink
MDL-56393 themes: unread notification style in popover
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwyllie committed Oct 14, 2016
1 parent 6a69cda commit 8387932
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions theme/boost/scss/moodle/popover-region.scss
Expand Up @@ -229,6 +229,7 @@ $content-item-unread-colour: #f4f4f4;
}

&.unread {
margin: 0;
background-color: $content-item-unread-colour;

&:hover {
Expand Down
1 change: 1 addition & 0 deletions theme/bootstrapbase/less/moodle/popover_region.less
Expand Up @@ -203,6 +203,7 @@
}

&.unread {
margin: 0;
background-color: #f4f4f4;

&:hover {
Expand Down
1 change: 1 addition & 0 deletions theme/bootstrapbase/style/moodle.css
Expand Up @@ -7866,6 +7866,7 @@ body.path-question-type .mform fieldset.hidden {
color: #fff;
}
.content-item-container.unread {
margin: 0;
background-color: #f4f4f4;
}
.content-item-container.unread:hover {
Expand Down

0 comments on commit 8387932

Please sign in to comment.