-
Notifications
You must be signed in to change notification settings - Fork 27
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
Introduce USWDS theming and upgrade to USWDS 3.8. #1425
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -251,21 +251,6 @@ tbody tr:hover td { | |
text-decoration: none; | ||
} | ||
|
||
.usa-table { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These overrides were replaced by setting |
||
th, td { | ||
border: 1px solid #f0f0f0; | ||
} | ||
td:first-child { | ||
border-left: 1px solid #f0f0f0; | ||
} | ||
td:last-child { | ||
border-right: 1px solid #f0f0f0; | ||
} | ||
tbody tr:last-child { | ||
border-bottom: 1px solid #f0f0f0; | ||
} | ||
} | ||
|
||
// Override | ||
.usa-nav__secondary { | ||
bottom: 1.5rem; | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wish this was not minified but that's how the USWDS compiler operates. There is a feature request in uswds-compile asking to make minification optional. Admittedly, that is a very old feature request and the project hasn't had a release for a long time but I could ask about it. |
Large diffs are not rendered by default.
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.
Renamed because I couldn't figure out a way to get the USWDS compiler to generate the file with its original name.