Mark Otto
a48a29a7a5
Tweak .form-select padding ( #32419 )
...
* Tweak .form-select padding
* Simplify the padding entirely
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-28 08:27:03 +02:00
Marc Jansing
f07106e604
Add helpers to utilities bundle ( #32324 )
...
Adds currently missing utilities classes which are located in scss/helpers to
boostrap-utilities dist files.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-18 07:39:39 +02:00
Dylan Anderson
df763d6457
Add variables for modifying button state colours. ( #32317 )
...
Add some variables to allow users to modify how much a button gets
lighter or darker on :hover and :active.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-17 07:16:54 +02:00
Dmytro Yaremenko
8984255158
Extended form validation states customization capabilities ( #31757 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-17 07:07:48 +02:00
Rafi
b424650ab5
Fix: variables collide with globals ( #32492 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-17 07:02:20 +02:00
Patrick H. Lauke
eae52b1cb0
Expand visually-hidden-focusable
so it can be used on a container, so the container becomes visible when focus is inside it / on one of its child elements.
2020-12-15 09:22:14 +02:00
Mark Otto
071f914fa1
Add two new variables for pagination border-radius values ( #32423 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-14 15:34:01 +02:00
Martijn Cuppens
62eb5a3232
Use box shadows instead of linear gradients to colorize tables ( #32348 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-11 15:49:22 +02:00
Gaël Poupard
7e47b7ecc9
Reset Popper position in RTL ( #32415 )
...
The RTL cheatsheet's dropdowns aren't positioned correctly because of RTLCSS transforming `right: auto` to `left:auto` (which conflicts with Popper positioning).
2020-12-10 16:38:42 +02:00
Martijn Cuppens
8fed098ef9
Utility API, RFS option: Only generate responsive classes when needed ( #32397 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-09 23:49:21 +02:00
Mark Otto
33b275c04b
Remove vertical-align from .form-select ( #32318 )
...
Aligns the component with the .form-control. Closes #32271 .
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-07 19:08:31 +02:00
XhmikosR
8dc85c657e
Prepare v5.0.0-beta1.
2020-12-07 18:18:16 +02:00
Gaël Poupard
9312442338
fix(dropdown): ensure [style] will override inline styles
2020-12-06 18:42:40 +02:00
Gaël Poupard
6a27618d21
fix(RTL)
2020-12-06 18:42:40 +02:00
Martijn Cuppens
d8f247392d
Fix conflict with Bootstrap CSS
2020-12-06 18:42:40 +02:00
Martijn Cuppens
87e56de066
Override margins set by popper
2020-12-06 18:42:40 +02:00
Johann-S
adfdf7160b
Update to popper.js v2.x
2020-12-06 18:42:40 +02:00
Martijn Cuppens
5b0dcf8ffe
Add .translate-middle-x
and .translate-middle-y
utilities
2020-12-04 16:15:51 +02:00
Martijn Cuppens
1f2e600304
Add toast positioning
2020-12-04 16:15:51 +02:00
Gaël Poupard
9488978fb5
feat(RTL): implement RTL
...
Using RTLCSS directives, renaming things to use logical names and following best practices.
2020-12-04 07:52:03 +02:00
Martijn Cuppens
bf3c4d0b68
Use $variable-prefix
2020-12-01 19:17:06 +02:00
Mark Otto
3b015ed34e
Update breadcrumb docs and dividers
...
- Add CSS custom property with fallback to Sass variable
- Update docs to mention the new CSS custom property
- Rewrite some of the docs to use divider instead of separator, and add some context here and there
2020-12-01 19:17:06 +02:00
Patrick H. Lauke
ff130b17dc
Remove background, padding, border from breadcrumb container
2020-12-01 19:17:06 +02:00
Rohit Sharma
af57444405
Keep rounded corners for the first .btn in vertical button group ( #31303 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-30 11:09:55 +02:00
Martijn Cuppens
ff25a75320
Remove default linear gradient ( #32277 )
...
Remove the default invisible gradient causing the performance issue in #32266 . By removing the custom property, the linear gradient will become invalid, thus not appear by default.
There can still be a performance issue with striped tables though.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-30 10:51:32 +02:00
XhmikosR
f4457bca02
Be consistent with Popper's name. ( #32224 )
...
The npm package is named "popper.js" but the project is named "Popper", so use the latter consistently.
2020-11-21 16:22:08 +02:00
XhmikosR
a96b118f04
_reboot.scss: remove needless Stylelint disable ( #32213 )
2020-11-20 09:54:24 +02:00
Gaël Poupard
268da84f16
fix(container): use $variable-prefix ( #32201 )
...
Missed that while merging.
2020-11-19 20:38:39 +02:00
Gaël Poupard
44fef1677b
Simplify make-container() ( #31735 )
2020-11-14 14:33:10 +01:00
Rohit Sharma
418f17ee2b
Add bs
in data attributes
...
- Add `bs` in data APIs everywhere
- Update unit tests
2020-11-14 07:09:15 +02:00
Nikita Mikhaylov
1fddb48aff
Add hover utilities
...
remome several hobers
refactoring hover utilities
refactoring hover utilities
2020-11-13 20:16:05 +01:00
Mark Otto
55f2192a39
Rename scale-color() function to shift-color() to avoid collision with Sass's own color function ( #32149 )
2020-11-13 20:50:59 +02:00
XhmikosR
384eccbfaf
Prepare v5.0.0-alpha3 ( #32122 )
2020-11-11 19:07:37 +02:00
Martijn Cuppens
3612a1e463
Use correct value order ( #32121 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-11 18:27:12 +02:00
Mark Otto
fb3a57b7ba
Drop .btn-block
classes, replace with utilities ( #31995 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-09 11:27:20 +02:00
Mark Otto
649e525c62
Add .gap utilities ( #32074 )
...
* Add gap utilities
* Update .bundlewatch.config.json
* Revamp headings on this page for better organization
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-08 20:56:02 +02:00
Martijn Cuppens
67847b0aab
Add checks to fix color contrast issues ( #32085 )
2020-11-08 19:49:26 +01:00
XhmikosR
bb6daab961
_variables.scss: reorder SVG attributes
...
This results in slightly better gzip compression
2020-11-06 14:49:41 +02:00
Martijn Cuppens
82ac087c4d
Shade color for better color contrast
2020-11-06 14:49:41 +02:00
Martijn Cuppens
4c1f807142
Fix missing border & add transitions
2020-11-06 14:49:41 +02:00
Mark Otto
d6a72c4e1b
Remove default transform-origin per code review
2020-11-06 14:49:41 +02:00
Mark Otto
3df4dd15e4
Update relative position hack for layers
...
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.
2020-11-06 14:49:41 +02:00
Mark Otto
6a37612540
Add dedicated accordion component based on Collapse JS
2020-11-06 14:49:41 +02:00
Mark Otto
f20335b6c1
Add .d-grid to our display utilities ( #32066 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-06 14:35:17 +02:00
XhmikosR
82f2416132
stylelint: pass the --rd
flag ( #32063 )
...
* stylelint: pass the ` --rd` flag
Should report any needless disables
* Update _button-group.scss
* Update _floating-labels.scss
2020-11-06 12:00:03 +02:00
Emilio Cobos Álvarez
c1bb1acf54
Remove firefox workaround for ::file-selector-button margin. ( #32064 )
...
As per https://bugzilla.mozilla.org/show_bug.cgi?id=1673895 ,
this workaround shouldn't be necessary in FF83+.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-06 10:46:49 +02:00
XhmikosR
e8f1709adf
Drop Legacy Edge support.
...
This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.
2020-11-05 15:37:34 +02:00
Gaël Poupard
230a41f1d7
Form file docs and overrides ( #32058 )
2020-11-03 18:22:35 +01:00
Mark Otto
4d1ee3b0a7
Add class name so the utility generates
2020-10-31 19:19:52 +01:00
Mark Otto
241f910dc5
Updated .rounded utilities ( #31687 )
...
* 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 <xhmikosr@gmail.com>
2020-10-30 22:42:11 +02:00