Martijn Cuppens
d9215ebd5a
$link-decoration: underline affects some components ( #30262 )
...
Co-authored-by: Shohei Yoshida <fellows3@gmail.com>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-03-05 15:22:52 +01:00
Shohei Yoshida
59c5d7599d
reboot file: adds some grouping and comments standardizations ( #30340 )
...
* style: groups sections
- adds two nl before any section
- extract elements from wrong section ex: `mark` from `form`
* style: format comments
* style: sticks all `see`s with the description
- sticks
- renames
* style: removes not needed spaces
* style: removes not needed number like other cases
* style: stick credits with description
* style: adds missing number
2020-03-05 22:51:14 +09:00
Martijn Cuppens
481540800d
Fix th
alignment for Safari ( #30323 )
2020-03-02 08:36:17 +02:00
Shohei Yoshida
40ac139bbe
Fix centered modal scrolling issue ( #30244 )
...
Use the `min-content` property.
2020-02-29 09:59:36 +02:00
Martijn Cuppens
648bceadd8
Add pointer event utilities ( #30185 )
2020-02-23 01:07:33 +01:00
Shohei Yoshida
8087272f06
Remove unnecessary reduce motion when $enable-transition: false
( #30183 )
2020-02-17 09:46:53 +02:00
Martijn Cuppens
148421be12
Remove map merges ( #28508 )
2020-02-15 14:41:59 +01: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
Giovanni Mendoza
daf0c438f1
Added new variable for padding on dropdown header ( #29946 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-02-15 12:06:02 +01:00
Martijn Cuppens
1d8a3a9597
Add RFS to utility API ( #30050 )
2020-02-15 12:01:32 +01: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
Jens Luyten
7a694396c1
Add utility class for the user-select property ( #30035 )
...
* Add utility class for the user-select property
* Docs: Add new page for behavior utility classes - includes user select utility
* Update and rename behaviors.md to interactions.md
* Update sidebar.yml
Co-authored-by: Mark Otto <otto@github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-02-14 09:24:16 +02:00
Shohei Yoshida
a9263e38fd
Avoid border-radius functions return negative values ( #30166 )
...
* Avoid border-radius functions return negative values
* Update _border-radius.scss
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-02-14 08:40:07 +02:00
Martijn Cuppens
f54b83073d
Shorten if notations so that property order can be applied
2020-02-12 19:45:54 +02:00
Martijn Cuppens
dc64ff3314
Convert background shorthands to separate properties
2020-02-12 19:45:54 +02:00
Martijn Cuppens
980c5fd728
Remove redundant properties & nullify redundant percentages
2020-02-12 19:45:54 +02:00
Martijn Cuppens
1bc2d65b29
Remove unrelated properties from gradient-bg mixin
2020-02-12 19:45:54 +02:00
GeoSot
1238734922
Make spinners speed adjustable ( #30154 )
2020-02-11 15:59:59 +02:00
Martijn Cuppens
6e8ea2722d
Introduce posibility to disable !important suffix for utility classes ( #29625 )
2020-02-10 16:05:07 +02:00
Martijn Cuppens
532feab38b
Split grid & containers ( #29146 )
2020-02-03 21:02:53 +01:00
Cinnead
770d95ed02
Add transition and add box-shadow for navbar-toggler ( #30038 )
...
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-01-28 13:28:44 +01:00
Jens Luyten
2e6c9f32bd
Prevent grid with default cols from breaking when large pre was present ( #30049 )
2020-01-25 11:15:06 +02:00
jorimvanhove
58f2e8309c
IE auto-size input-group to column ( #30043 )
2020-01-23 17:30:31 +02:00
jorimvanhove
af78de3cdd
Navbar link color contrast ( #30034 )
2020-01-17 13:38:05 +01:00
Martijn Cuppens
6904afe36b
Inherit flex-wrap to decrease generated css ( #29951 )
2020-01-07 22:32:46 +02:00
Martijn Cuppens
c7ce627ca8
Remove redundant overflow-wrap
property
...
While `overflow-wrap` is the more recommanded option, `word-wrap` alone has a wider support.
2020-01-04 18:26:24 +01:00
Florian Lacreuse
d5270cb811
Use word-wrap in .text-break for IE and Edge compatibility.
2020-01-04 18:26:24 +01:00
XhmikosR
7b990eb2f4
Bump copyright year to 2020. ( #29944 )
2020-01-02 11:34:48 +02:00
Martijn Cuppens
bd27834198
Drop .text-justify
class ( #29793 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2019-12-30 22:33:34 +02:00
Martijn Cuppens
4387038421
Simplify disabled styles ( #29296 )
...
* Simplify disabled styles
* Mention pointer-events usage
2019-12-27 18:40:06 +02:00
Martijn Cuppens
5c37724d49
Escape brackets ( #29857 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2019-12-25 21:43:22 +01:00
Martijn Cuppens
538f4f10c9
Allow percentages in container widths ( #29819 )
2019-12-25 21:16:58 +01:00
Martijn Cuppens
4b021dc666
Remove redundant top margin ( #29883 )
2019-12-25 20:54:43 +01:00
Martijn Cuppens
74e45ebc07
Navbar optimizations ( #29864 )
...
- Remove redundant `display: inline-block` from flex children
- Remove `line-height: inherit;` which is the default value of `line-height`
- Use flex shorthand
- Improve background shorthand
- Fix removed brand margin caused by requiring containers in navbars
2019-12-25 18:38:41 +02:00
XhmikosR
b1b7f8ee76
Remove the deprecated form-control-focus
mixin
2019-12-14 15:47:39 +02:00
Brendan
dcc2ce3587
Adjust card spacing variables ( #29813 )
2019-12-14 14:35:17 +01:00
wojtask9
043b054480
Remove .form-group
leftovers ( #29449 )
2019-12-09 19:22:12 +01:00
Matthieu Vignolle
1a5b7f4a8e
Add font style normal ( #29744 )
2019-12-06 02:34:10 +02:00
jeromelebleu
2a6ba75388
Use pseudo-class too for disabled check/radio ( #29740 )
2019-12-06 02:28:34 +02:00
719media
d7203bac3b
Fix breadcrumb spacing with whitespace ( #29745 )
2019-11-28 18:54:34 +01:00
Shohei Yoshida
37d97c973f
Fix dart Sass compatibility for subtract ( #29763 )
2019-11-28 14:33:31 +02:00
Martijn Cuppens
0964a88ac8
Fix dart Sass compatibility ( #29755 )
2019-11-28 09:48:33 +02:00
Matthieu Vignolle
4de4874e72
Change deprecated html tags to text decoration classes ( #29604 )
2019-11-27 08:43:49 +02: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
Martijn Cuppens
787256cae4
Compressed Sass output support ( #29702 )
2019-11-24 20:20:03 +01:00
Jonathan Hefner
0caed940a5
Set vertical-align on .form-check-input ( #29521 )
...
This is a follow-up to #29322 , specifically "allowing easy placement of
the `.form-check-input` in more places." In my testing in Firefox and
Chrome, setting `vertical-align: top` removes the need to add
`float-left` to vertically align the checkbox and label text. And doing
so does not visually affect examples which do apply `float: left` via
nesting in a `.form-check`.
2019-11-24 20:15:35 +01:00
Martijn Cuppens
460ba061cb
Keep themed appearance for print ( #29714 )
2019-11-24 20:01:02 +01:00
Martijn Cuppens
eb849d73cd
Make check label cursor customizable ( #29654 )
2019-11-07 21:03:52 +02:00
Sam Duvall
dbeb85cb08
Fixed input-height-sm and input-height-lg calculations ( #29653 )
2019-11-07 20:34:54 +02:00
Martijn Cuppens
504098d664
progress: Fix IE overflow ( #29629 )
2019-11-04 14:37:13 +02:00