Gaël Poupard
b45a2ab178
docs(customize/colors): dump grays swatches (unused) and merge -500 in swatches
2020-05-20 09:49:18 +02:00
Gaël Poupard
a0dd474bc6
docs(theming): display contrast ratios in color swatches
2020-05-20 09:49:18 +02:00
XhmikosR
e271d01606
Streamline application.js exampleModal code ( #30819 )
...
* use `textContent` since we only need to add text
* move comments
2020-05-19 08:33:12 +03:00
XhmikosR
81404d2e3c
search.js: make the check for URL stricter ( #30695 )
2020-04-30 21:07:26 +03:00
Mark Otto
3e73039936
v5: Unify spacing across components ( #30564 )
...
Co-Authored-By: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-04-30 15:17:08 +02:00
Mark Otto
f6e2f4c656
Rewrite Theming docs as Customize section
...
- Broke up existing theming page into separate pages
- Audited and updated each new docs page (some pages include some TBD sections)
- Update sidenav to reflect changes
- Fix links that pointed to the old Theming page
- Update docs styles to reflect recent changes
- Rewrite some bits in the Migration page
2020-04-26 17:26:04 -07:00
Martijn Cuppens
4fc701f6aa
Drop @support (position: sticky)
media query ( #30415 )
2020-04-18 14:10:18 +02:00
Mark Otto
3ab9323ad2
Slight adjustment to the h3 heading spacing in docs
2020-04-14 21:03:56 -07:00
Mark Otto
7dedccfb9a
Update docs for new XXL grid tier
...
- Updates mentions of number and exact tiers
- Updates grid example to include xxl container
- Adds some scss-docs references
- Cleans up other grid mentions and docs
- Updates navbar example to include an expand at XXL variant
2020-04-13 14:40:47 -07:00
Mark Otto
bb3e5f712a
Move table of contents to new sidebar, restyle it to be simpler
2020-04-13 13:55:34 -07:00
Martijn Cuppens
8fe162d67a
Remove redundant class and line height ( #30542 )
2020-04-09 21:25:09 +03:00
Martijn Cuppens
43d866313d
Fix active state dropdown
2020-03-31 22:52:57 +02:00
Martijn Cuppens
6dfe8e02d7
Fix text decorations ( #30492 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-03-31 21:42:38 +03:00
XhmikosR
9496cb60f3
docs: remove makeArray
( #30470 )
2020-03-28 18:05:11 +02:00
Martijn Cuppens
4448856038
Simplify sidebar styles
2020-03-28 17:57:22 +02:00
Gaël Poupard
9efaeba35e
docs(sidenav): use class selector for active item
2020-03-28 17:57:22 +02:00
Gaël Poupard
c0aa3a1e1e
docs(sidenav): transition arrow too
2020-03-28 17:57:22 +02:00
Gaël Poupard
72230091b6
docs(sidenav): get rid of custom JS for active state
2020-03-28 17:57:22 +02:00
Gaël Poupard
79dc21b22b
docs(sidenav): fix struggling CSS when collapsing sidenav
2020-03-28 17:57:22 +02:00
XhmikosR
c0efceb6d5
docs: remove duplicate code for indeterminate ( #30471 )
2020-03-28 11:41:03 +02:00
Gaël Poupard
03908ea37a
Use WCAG contrast algo ( #30168 )
2020-03-23 18:03:56 +01:00
Gaël Poupard
9eccb3a230
Documentation skip links ( #30073 )
...
* docs(skip-links): add a skip to main navigation skip link
* docs(skip-links): revamp skip-links pattern
* docs(navs): use aria-label on navs
* docs(navs): use 'docs navigation' label in sidebar nav
2020-03-23 16:23:37 +02:00
Martijn Cuppens
7fc4037a02
Remove redundant text decoration from hover states
2020-03-20 09:35:55 +01:00
Martijn Cuppens
39c11c6b3f
Restore hover text decoration on toc links
2020-03-20 09:33:53 +01:00
Mark Otto
1e0575ced2
remove dupe text-decoration
2020-03-17 12:26:35 -07:00
Mark Otto
685da5c802
supress underline on toc
2020-03-17 12:26:35 -07:00
Mark Otto
a66e5e6643
Remove links from docs sidebar
2020-03-17 12:26:35 -07:00
Martijn Cuppens
3b555aaf61
Limit to scroll-margin-top
to elements with an id
2020-03-12 17:56:16 +02:00
Martijn Cuppens
61b86c1e86
Use scroll-margin-top
instead of pseudo hack
2020-03-12 17:56:16 +02:00
Martijn Cuppens
e45c92f1d5
Remove .bd-example-responsive-containers
...
Added in https://github.com/twbs/bootstrap/pull/29095/files#diff-d4fb29267ed3a7c27482bbeac1723ab6 but never used
2020-03-12 08:45:28 +01:00
Martijn Cuppens
9daf36fdb7
Bootstrap 5 grid documentation
...
Co-authored-by: Mark Otto <markd.otto@gmail.com>
2020-03-10 20:30:29 +01:00
Catalin Zalog
0e611a3dcd
style(css): removes &-*
scss pattern
2020-03-08 12:59:18 -07:00
XhmikosR
163e1934c2
Update clipboard.js to v2.0.6 ( #30341 )
2020-03-06 09:26:19 +02:00
XhmikosR
414314f3cb
Switch versions & docs search ( #30336 )
2020-03-05 10:01:15 +02:00
Mark Otto
50c95d9b5d
Embedded examples cleanup ( #30330 )
...
* Thin out embedded examples borders, rounded their corners
* Fix busted class
* Adjust nesting of .bd-example styles, tweak padding while I'm at it
* combine selectors
* cleanup some margins that always cancel each other out
* Remove redundant universal selector
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-03-04 21:32:45 +09:00
Martijn Cuppens
2e581510dc
Add transparent background color to versions switcher ( #30192 )
2020-02-16 21:49:54 +02:00
XhmikosR
8d791f2800
Revert "Placeholder for transitions reset to prevent code duplication #29862 "
...
This reverts commit cd7e5d1111
.
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-02-15 12:41:33 +01:00
Mark Otto
22062ed9d7
Docs table of contents list style fix ( #30176 )
...
* Fix missing bullets from table of contents top level
* Add .text-muted to toc for lighter bullets
2020-02-15 09:40:27 +02:00
Gaël Poupard
cd7e5d1111
Placeholder for transitions reset to prevent code duplication… ( #29870 )
...
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-02-14 20:50:50 +01:00
Christopher Morrissey
7fd6dd9d58
v5 docs: added wrapping class for rounded utils ( #29379 )
...
* Added wrapping class for rounded utils
Tweak /utilities/borders/#border-radius #29343
* Remove the extra div.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-02-13 22:22:10 -08:00
Martijn Cuppens
6f4784c8bb
Docs navbar tweaks ( #29948 )
2020-02-13 13:45:33 +01:00
Martijn Cuppens
dc64ff3314
Convert background shorthands to separate properties
2020-02-12 19:45:54 +02:00
XhmikosR
c32209eb8a
Update bs-custom-file-input to v1.3.4 ( #30162 )
2020-02-11 18:41:49 +02:00
Martijn Cuppens
fb91ee4d84
Cleanup content ( #30120 )
2020-02-03 11:34:20 +02:00
Gaël Poupard
5b896b526e
docs(styles): drop .booticon styles ( #30071 )
2020-01-23 15:29:34 +02:00
XhmikosR
5d1da6377d
Fix the new lint errors.
2020-01-07 22:25:50 +02:00
XhmikosR
7b990eb2f4
Bump copyright year to 2020. ( #29944 )
2020-01-02 11:34:48 +02:00
Martijn Cuppens
b39f704954
Cleanup algolia theming ( #29888 )
2019-12-25 21:08:15 +01:00
wojtask9
043b054480
Remove .form-group
leftovers ( #29449 )
2019-12-09 19:22:12 +01:00
Martijn Cuppens
cd077cd599
Enable RFS for font resizing
...
- Enable RFS
- Add documentation
- Disable doc font size overrides
2019-11-25 13:05:57 +02:00
XhmikosR
2a4d526ce8
Update anchor.js to v4.2.1 ( #29662 )
2019-11-12 09:34:16 +02:00
XhmikosR
258a56b473
site/assets/js/search.js: ignore the LGTM alert ( #29634 )
2019-11-04 15:42:09 +02:00
XhmikosR
a28adc7666
Move docs JS one folder up. ( #29632 )
2019-11-04 14:44:07 +02:00
Johann-S
6b3ee0e5fd
removing last occurences of _fixTitle in our docs ( #29631 )
2019-11-04 11:50:07 +02:00
Martijn Cuppens
08ba61e276
Remove calc function from docs
2019-10-31 08:30:53 +02:00
midzer
819f922276
remove superflous transition parameter ( #29595 )
2019-10-26 18:47:55 +02:00
Mark Otto
943bef258d
v5: Update colors to add shades and tints ( #29348 )
...
* Add variables for shades and tints of each major color
* getting-started/theming.md: use a `range`.
2019-10-18 11:04:27 -07:00
XhmikosR
de3a3731bd
Sass: remove redundant stylelint inline suppressions. ( #29427 )
2019-09-26 21:50:14 +03:00
XhmikosR
129bb08fc4
Use Hugo for our docs Sass and JS. ( #29280 )
...
Now there's only one command needed to run the docs: `npm run docs-serve`.
Also, simplify the npm scripts.
2019-09-17 00:22:49 +03:00