Skip to content

Commit

Permalink
Fix issue 2293: bottom border in notification drawer is inconsistent
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminapetersen committed Oct 18, 2017
1 parent 37ea856 commit 81324af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/styles/_notifications.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ notification-drawer-wrapper {
display: block !important;
}
}
.drawer-pf-action {
border-bottom: 1px solid #d1d1d1;
}
// the whole block is clickable, need to set pointer on all of these
// for the correct visual
.drawer-pf-notification,
Expand Down
1 change: 1 addition & 0 deletions dist/styles/main.css

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

0 comments on commit 81324af

Please sign in to comment.