Mark Otto
906a990eb7
Revert "Allow individual grid classes to override .row-cols
( #33621 )" ( #34612 )
...
This reverts commit f2b47e1c8a
.
2021-07-29 06:29:46 +03:00
Andrew Pucci
fd9285bc9c
Make text decoration consistent with other anchors ( #34475 )
...
Fixes #34474
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-07-28 16:00:10 +03:00
Gaël Poupard
8536474583
More concise improvements for add()
and subtract()
( #34432 )
2021-07-27 07:48:08 +03:00
Mark Otto
e208774fc1
Clean up a couple CSS Grid issues ( #34572 )
...
- Moves the make-cssgrid() mixin to the grid mixins stylesheet
- Updates the g-start-* classes to start at 1 instead of 0 as 0 is an invalid value (fixes #34399 )
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-07-26 18:45:10 +03:00
TheFakeCake
9ef7ca5156
Make default $accordion-icon-color consistent
...
Change the $accordion-icon-color variable default value to
$accordion-button-color
2021-07-25 21:06:42 -05:00
GeoSot
41292a5257
Toasts: Change showing timings and classes to keep toast display:none
by default ( #33610 )
2021-07-22 18:13:13 +03:00
craftwerk
06a1ca5623
Add new offcanvas support to navbars
...
Co-Authored-By: craftwerk <1193597+craftwerk@users.noreply.github.com >
2021-07-17 20:33:34 -07:00
Mark Otto
aee169d192
Split .vr from stacks as a new helper
2021-07-16 15:11:40 -07:00
Mark Otto
2bc6de1f5e
Add hstack and vstack helpers
2021-07-16 15:11:40 -07:00
Gaël Poupard
054f8781a8
fix(forms): prevent color control from shrinking ( #34445 )
...
* fix(forms): prevent color control from shrinking
Fixes #34195
Setting `min-width` alongside `max-width` wouldn't make any sense IMHO. The only concern I have is whether we should introduce a dedicated variable for said width?
* feat(forms): introduce ` $form-color-width`
* feat(forms): use ` $form-color-width`
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-07-14 09:19:28 +03:00
Mark Otto
0fc117cec5
Add null $card-box-shadow
variable ( #34440 )
...
Fixes #34421
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-07-08 09:44:55 +03:00
Mark Otto
47bbd945f0
Add maps for all colors, document how to extend color utilities ( #32319 )
...
* Add maps for all colors, document how to extend color utilities
* Updates to make this more functional for v5
- Moves color maps into _variables.scss for now (felt weird to split them out when the variables are there)
- Adds a new function, map-merge-multiple(), and updates docs that reference combo-map
- Updates code snippet and docs guidance about how to extend the color utils to handle this
* Update site/content/docs/5.0/customize/color.md
Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com >
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-07-06 14:31:20 -07:00
Mark Otto
359ed099e5
Add horizontal collapse support
2021-07-05 17:22:29 -10:00
Mark Otto
45d26de728
Variablize backdrop for modal and offcanvas
2021-06-25 13:41:15 -07:00
Mark Otto
dd824f2d3e
v5.1: Add optional CSS grid ( #31813 )
2021-06-22 19:51:16 -07:00
harishhalodoc
a816615efa
Add utility classes for opacity ( #33781 )
...
* Add responsive utility classes for opacity
- fix for #33483
* remove responsive opacity utils as it has impact on bootstrap.css bundle size
* Update opacity.md
* Update site/content/docs/5.0/utilities/opacity.md
Co-authored-by: Mark Otto <otto@github.com >
* Update site/content/docs/5.0/utilities/opacity.md
Co-authored-by: Mark Otto <otto@github.com >
Co-authored-by: Harish <halodoc@ip-192-168-1-101.ap-southeast-1.compute.internal >
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
Co-authored-by: Mark Otto <otto@github.com >
Co-authored-by: Mark Otto <markd.otto@gmail.com >
Co-authored-by: alpadev <2838324+alpadev@users.noreply.github.com >
2021-06-22 19:20:01 -07:00
XhmikosR
688bce4fa6
Release v5.0.2 ( #34276 )
...
* Bump version to v5.0.2.
* Dist
2021-06-22 21:29:16 +03:00
Mark Otto
16d5041a76
Fix another Sass division ( #34332 )
...
* Fix another Sass division
* Revert the percentage division in the mixins for accuracy
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-06-22 20:39:13 +03:00
Mark Otto
c11c3a7e19
Update rfs to v9.0.4.
2021-06-22 20:11:39 +03:00
Mark Otto
ed13d01559
Update the divide() function
2021-06-22 20:11:39 +03:00
Mark Otto
34db122ecc
Small typos, closes #34249
2021-06-19 16:30:31 -07:00
Mark Otto
bef9ec8898
Fix lingering Sass math ( #34281 )
2021-06-17 19:15:59 +03:00
Mark Otto
543d2219c4
Remove a leftover sass:math module call ( #34280 )
2021-06-17 18:38:54 +03:00
Mark Otto
2f734af472
Don't set auto margin on offcanvas close
2021-06-14 18:40:14 -07:00
Mark Otto
be17444756
Replace /
division with multiplication and custom divide()
function ( #34245 )
...
* Convert bulk of division to multiplication
* Use custom divide() function instead of Dart Sass math module for greater compatibility
* Apply suggestions from code review
* Fix functions
2021-06-14 09:35:30 -07:00
Anal-Retentive Squirrel Hunter
f2b47e1c8a
Allow individual grid classes to override .row-cols
( #33621 )
2021-06-03 19:18:00 +03:00
Gaël Poupard
dbda13d5ef
fix(forms): unitless line-height
for floating labels ( #34161 )
...
Co-authored-by: Mark Otto <markd.otto@gmail.com >
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-06-03 19:02:46 +03:00
Breno Reis
c0d21e1b3d
Sets the correct color for popover header bottom border
2021-06-02 23:08:00 -07:00
Simon Ihmig
649c2bb0bf
Add missing transition to .form-select
( #34034 )
...
A selectbox is styled in a very similar way as an input (`.form-control`), including border-color and box-shadow. So it can be assumed it should apply the same CSS transition for these properties when focused, but this was missing.
Co-authored-by: alpadev <2838324+alpadev@users.noreply.github.com >
2021-05-28 09:20:31 +02:00
Gaël Poupard
fd985d3732
fix(tables): decouple table-bg and table-accent-bg ( #34048 )
...
Co-authored-by: alpadev <2838324+alpadev@users.noreply.github.com >
2021-05-28 09:12:40 +02:00
Gaël Poupard
57205e3d8e
fix(dropdowns): RTL for .dropdown-menu-*
( #34124 )
2021-05-27 17:36:32 +03:00
Gaël Poupard
bdde9b50a6
Fix x-paddings for select (with floating label, and in Firefox) ( #34008 )
2021-05-25 08:31:30 +03:00
Gaël Poupard
50cf7f48cc
Handle complex expressions in add() & subtract() ( #34047 )
2021-05-25 08:23:41 +03:00
GeoSot
55a0f9af27
fix wrong comment text for tooltip ( #34044 )
2021-05-20 17:46:43 +03:00
pu-master
8aa02d8801
Update button-variant mixin to add missing space.
2021-05-19 13:06:24 -07:00
XhmikosR
58b1be927f
Release v5.0.1 ( #33972 )
...
* Bump version to 5.0.1.
* Dist
2021-05-13 19:22:20 +03:00
GeoSot
130a5ba1df
remove modal css override
2021-05-13 08:55:28 -07:00
Mark Otto
1e4b924aa9
Revert "use :read-only
css selector instead [readonly]
for consistency ( #33642 )" ( #33961 )
...
This reverts commit 17252bb3b0
.
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-05-13 17:01:46 +03:00
Gaël Poupard
7ed48943cf
PRevent accent-bg from leaking in nested table ( #33825 )
...
Fixes #33817
Solution by @Hintzmann in [#33817 (comment)](https://github.com/twbs/bootstrap/issues/33817#issuecomment-831718042 ).
2021-05-13 08:39:37 +03:00
Jatin Mehta
d81d0a92d4
Validated inputs in .input-group
shouldn't be behind sibling element ( #33644 )
...
Added z-index property for input-group only for invalid state
2021-05-13 08:39:01 +03:00
Mark H. Wilkinson
b074e23ee4
Don't redefine $list-group-color in loop
2021-05-10 13:51:51 -07:00
XhmikosR
bf09367486
Release v5.0.0 ( #33647 )
...
* Bump version to 5.0.0
* Fix npm tag
* Dist
2021-05-05 22:32:12 +03:00
alpadev
7fe4e43634
accordion: fix border-top
on Firefox ( #33736 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com >
2021-04-30 10:59:54 +03:00
GeoSot
a9d7a62658
Use the backdrop util in offcanvas, enforcing consistency ( #33545 )
...
* respect /share modal's backdrop functionality, keeping consistency
* listen click events over backdrop (only) and trigger `hide()` without add/remove event tricks
* achieve to hide foreign open offcanvas instances without glitches `if (allReadyOpen && allReadyOpen !== target)`, in case another is going to be open, when user clicks on trigger button
2021-04-19 08:20:25 +03:00
Rohit Sharma
7100a0da52
Apply positioning only when Popper is not used
2021-04-17 16:14:52 -07:00
harishhalodoc
17252bb3b0
use :read-only
css selector instead [readonly]
for consistency ( #33642 )
...
There are 5 places where [readonly] selector is used. I have replaced with :read-only for consistency.
fix for https://github.com/twbs/bootstrap/issues/33101
Co-authored-by: Harish <halodoc@ip-192-168-43-211.ap-southeast-1.compute.internal >
2021-04-17 14:33:27 -07:00
Mona Brahmakshatriya
6fc74ebbbf
fix: use list-group variable instead of alert ( #33658 )
...
Use $list-group-item-color-scale variable in list-group NOT $alert-color-scale
2021-04-17 14:23:56 -07:00
Victor Massé
f61a0218b3
Make accordion icon rotation more natural ( #33292 )
2021-04-14 13:51:44 -07:00
Carson
2120a02b3c
Have $form-check-input-border's default derive from ($black instead of hard-coded black)
2021-04-14 13:25:03 -07:00
Gaël Poupard
4383ae0459
refactor(color-scheme): reduce complexity
2021-04-14 13:16:01 -07:00