Fix primary color on notifications

pull/5206/merge
Oliver Günther 8 years ago
parent 8ee1a479d3
commit 227116b000
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 5
      app/assets/stylesheets/content/_notifications.sass
  2. 4
      app/assets/stylesheets/openproject/_legacy.sass

@ -353,6 +353,11 @@ $nm-upload-box-padding: rem-calc(15) rem-calc(25)
&::before
color: $nm-color-error-icon !important
a.impaired--empty-link,
a.impaired--empty-link:link,
.impaired--empty-link
@include varprop(color, body-font-color)
a.notification-box--target-link
cursor: pointer
text-decoration: underline

@ -566,10 +566,6 @@ h4.comment
@include breakpoint(medium down)
font-size: $h2-font-size
a.impaired--empty-link,
.impaired--empty-link
color: inherit
#members_add_form
margin-bottom: 1rem
.-flex

Loading…
Cancel
Save