Skip to content

Commit

Permalink
style(Faculty Journal): remove italics, bold title
Browse files Browse the repository at this point in the history
Fixes: UIDEV-205

test plan:
- click admin from main nav (select main acc - not site admin)
- is there a 'Faculty Journal' option in the sub-nav... if not
  the feature will need to be turned on via checking the box
  on the first tab of the settings page
- once or if it is available select 'Faculty Journal' from the
  sub-nav
- create an entry ... ensure the title has been bolded and the
  author and time stamp are no longer in italics
  example: https://cl.ly/3j2P0j1U2U00

Change-Id: Iaeb84646ce3559320f493a4a07519bbe8b0cf428
Reviewed-on: https://gerrit.instructure.com/161169
Reviewed-by: Stephen Jensen <[email protected]>
Tested-by: Jenkins
QA-Review: Dan Sasaki <[email protected]>
Product-Review: Kyle Follett <[email protected]>
  • Loading branch information
pamhiett committed Aug 20, 2018
1 parent a168c65 commit 8f5009b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/stylesheets/bundles/user_notes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,12 @@
padding-bottom: 5px;
@include fontSize(16px);
color: $ic-font-color-dark;
font-weight: normal;
font-weight: bold;
}
.sub_title {
margin-#{direction(left)}: 0px;
padding: 0 0 5px 0;
color: $ic-font-color--subdued;
font-style: italic;
}
}

Expand Down

0 comments on commit 8f5009b

Please sign in to comment.