| Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-authored-by: XhmikosR <[email protected]>
|
|
* Expand "external content" section for navbar
- rephrase the intro to make a bit more sense
- add note about dangers of focus/reading order problems
* Remove pointless intro sentence
* Small wording changes/additions/fixes
|
|
* Add gap utilities
* Update .bundlewatch.config.json
* Revamp headings on this page for better organization
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
issue." (#32076)
This partially reverts commit 23ddfa99a33c81916666326e0cfd2582dacfca44.
|
|
|
|
|
|
|
|
This results in slightly better gzip compression
|
|
|
|
|
|
|
|
Switches to slightly more verbose, but more consistent, z-index layering we use elsewhere (e.g., pagination). Doing this ensures we're not toggling position on and off, but rather z-index.
|
|
|
|
Co-authored-by: XhmikosR <[email protected]>
|
|
* stylelint: pass the ` --rd` flag
Should report any needless disables
* Update _button-group.scss
* Update _floating-labels.scss
|
|
As per https://bugzilla.mozilla.org/show_bug.cgi?id=1673895,
this workaround shouldn't be necessary in FF83+.
Co-authored-by: XhmikosR <[email protected]>
|
|
* Documentation: Add slash key event to focus the input search.
* Add little tag for keyboard shortcut in the search field
* Use ctrl / as keyboard shortcut
* Update search.js
Co-authored-by: chuckrincon <[email protected]>
Co-authored-by: Patrick H. Lauke <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
|
|
This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.
|
|
Moves the remote utilities section to the using the api section and updates the code snippet to work. Previous one removed all utilities.
|
|
|
|
|
|
|
|
|
|
|
|
* hugo-bin ^0.64.5 → ^0.65.0
* karma-firefox-launcher ^2.0.0 → ^2.1.0
* linkinator ^2.2.0 → ^2.2.2
* postcss-cli ^8.1.0 → ^8.2.0
* rollup ^2.32.1 → ^2.33.1
* sass ^1.27.1 → ^1.28.0
|
|
* Make docs anchorjs links darker on keyboard focus
Not just on mouse hover
* Update site/assets/scss/_anchor.scss
Co-authored-by: Mark Otto <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
|
|
* Add callout about using light colors ideally on a dark background
* Add callout to helpers > colored links as well
|
|
* jasmine/expect-matcher
* jasmine/prefer-jasmine-matcher
Found with `eslint-plugin-jasmine`
|
|
The test template does not include a `script` tag so the test always returned true.
|
|
|
|
|
|
|
|
|
|
* extend jquery after domContentLoaded event is fired
* add unittest for util onDOMContentLoaded
* wait for trigger jquery event after domContentLoaded
* remove domcontentready from eventHandler
* move istanbul ignore statements to correct line
Co-authored-by: XhmikosR <[email protected]>
|
|
* check for data-interval on the first slide of carousel
* add updateInterval method for elements of a carousel
* add test for carousel interval being set during cycle
* update activeElement as soon as slide has finished (before transition end)
* only updateInterval before using it
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
|
|
* rename function to `supportsScopeQuery`
* use a ternary in `findOne` function return value
|
|
|
|
|
|
|
|
|
|
* Contrast colors added to theme-colors
* redundant colors removed froms docs, theme-colors refactor
* Add spaces for consistency
* Adapt to the recent changes
Co-authored-by: Sead Memic <[email protected]>
Co-authored-by: XhmikosR <[email protected]>
|
|
* Updated rounded utilities to fix scale, but not rename anything else
* Rename rounded-pill to border-radius-pill to match
Also reorder some variables while I'm here to make more sense
* Updated rounded utilities to fix scale, but not rename anything else
* Rename rounded-pill to border-radius-pill to match
Also reorder some variables while I'm here to make more sense
* Small copy addition
* Add example modifier class for spacing
Co-authored-by: XhmikosR <[email protected]>
|
|
|
|
* Add `cursor:pointer` for color inputs
* Add to migration guide
|
|
|