-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prune away unnecessary sass #719
base: main
Are you sure you want to change the base?
Conversation
184d650
to
50019c9
Compare
ebee4c7
to
ffd2f37
Compare
The only other thing I see is it seems we've lost the black text here on the active facet header: |
5f33409
to
17ce109
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many of the issues below seem specific for Firefox 115.11.0esr (which is what gets installed by Stanford's Self Service app). I will review again with Firefox 126.0.1
General
Hamburger menu
icon should be rgb(255, 255, 255)
Header links
link color should be rgb(255, 255, 255)
active link color should be rgb(255, 255, 255)
hover state should be underlined
should be separated by a dot
Masthead h1
--al-masthead-title-size should be 36px at larger screen widths not 40px
--al-masthead-title-size should be 24px at smaller screen widths not 32px
hover state should be underlined
Landing Page
Search button background
should be rgb(255, 255, 255)
Grey masthead alignment
Should align with yellow and green backgrounds above
Cards
Card buttons should both be the same width and span almost the entire width of the containing card-body div
Card images should sit above the card div
Card h3 font weight should be 700
h1 & h2 text (Find Archival Materials, About this site)
Should be font-family "Source Serif 4", serif
font weight should be 700
font size should be 36px
Masthead image caption links
Caption links should be white
Caption links hover state should be underlined
Caption link should be font-weight 600
Browse links
Should be horizontal and separated by a dot the same color as the link text
Repositories Page
Cards
Card buttons should both be the same width and span almost the entire width of the containing card-body div
Card images should sit above the card div
Bottom of card image and card h2 should align with the adjacent card
Card h3 font weight should be 700
Cards and footer should not overlap
Results Page
Icons
Bookmark icon color should be rgb(1, 66, 64)
Result type icon color should be rgb(1, 66, 64)
Digital content
Design reference: #602
font weight should be 700
should have solid left border, color rgb(1, 66, 64), 8px wide
Pagination
Previous and Next buttons should have background color rgb(1, 66, 64)
Applied facets
applied-filter Remove facet button hover state background should be rgb(1, 66, 64)
selected facet-level-header background should be rgb(212, 209, 209)
Search widget
selection color in dropdown should be rgb(1, 66, 64)
hover state should be underlined
Result links
hover state should be underlined (this looks like a general problem)
Collection/Component Page
Collection panel
Padding needs attention
Collection overview link list should have disc list style in the same color as the links
More info button should not have an icon and the background should be white
background color should be rgb(235, 245, 241)
Browse hierarchy panel
Expand button should have background color rgb(255, 255, 255)
Expand button link hover state should be underlined and background rgb(1, 66, 64)
Digital content
Design reference: #602
font weight should be 700
should have solid left border, color rgb(1, 66, 64), 8px wide
height should be 32px
Search controls
Search label should not look like a button. The background should match navbar-search rgb(46, 45, 41)
Search label font weight should be 700
There should be even spacing between each segment of the search selects/inputs
@corylown aside from one or two of those, I don't see anything like that. Maybe do |
The following are still issues on Firefox 126.0.1:
|
e2eedfa
to
06aec64
Compare
@corylown I believe those issues are resolved. |
0783f94
to
473525d
Compare
@jcoyne now that Stanford is on Firefox 128.4.0esr I think this could be rebased and I'd review again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. See inline comment about the palette
import.
@@ -1,28 +1,112 @@ | |||
// Entry point for your Sass build | |||
|
|||
@import "palette"; | |||
@import "bootstrapVariables"; | |||
@import url("palette"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get a 404 for this import when it's wrapped in the url()
helper.
@import url("palette"); | |
@import "palette"; |
No description provided.