XhmikosR
5795e421ac
Manually backport #32121 ( #32141 )
...
Use correct value order
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
2020-11-13 18:58:51 +02:00
Gaël Poupard
d29b05c775
Handle the Ubuntu sans-serif case ( #31657 )
...
On Ubuntu, our native font-stack doesn't output the same font on Firefox and Chrome. This is [a known aliasing issue](http://fontfamily.io/sans-serif ) — check at the bottom, Ubuntu 14.04. Ubuntu 18.04 (my current) doesn't use the same (Firefox uses Liberation Sans, Chrome uses the default system font Ubuntu).
I'm inclined to prefer Liberation Sans since it's closer to Arial / Helvetica. This patch already exists in Boosted, didn't notice it was missing in bootstrap until today…
BTW, our linked Smashing Magazine's system fonts post mentions this and is even more accurate since it targets the three major Linux distributions. AFAIK this is not needed since [Liberation Sans is available everywhere](http://fontfamily.io/Liberation_Sans ) — but we might go back to `Oxygen, Ubuntu, Cantarell`if we want to stick to system fonts.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-27 12:11:01 +02:00
Mark Otto
a03b2feff2
Backport Reboot's th updates
...
Manually backports #30781 to v4.
2020-10-05 16:12:47 +03:00
Mark Otto
d106b01dec
Add new variable for -padding-x
...
(cherry picked from commit fe77208a01
)
2020-09-30 08:44:42 +03:00
XhmikosR
7de8582657
Stylelint: remove redundant inline suppressions
2020-06-24 15:16:58 +03:00
Gaël Poupard
4e685e70b7
fix(custom forms): nullify box-shadow for custom forms' states ( #30957 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-04 09:34:30 +03:00
Mark Otto
5d10e4a58e
Add new interaction utilities and role attr to Reboot ( #30562 )
...
- Adds .user-select-* utils from v5
- Adds button role attribute util, one of the top requested features in our issues for adding pointer cursors
- Adds new docs page to demonstrate both
- Includes Sass list for customizing user select
2020-05-11 20:57:29 +03:00
Giovanni Mendoza
0bd57ce212
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-17 21:33:54 +02:00
Martijn Cuppens
35d5cbf4fd
Escape brackets ( #29857 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-01-02 12:11:56 +02:00
Sam Duvall
eb1e1cfb49
Fixed input-height-sm and input-height-lg calculations ( #29653 )
2019-11-25 13:12:53 +02:00
Gary PEGEOT
6b7ca1234b
Make check label cursor customizable ( #29633 )
2019-11-07 21:02:10 +02:00
Johann-S
dd96b832f7
backport #29516 : added animation when modal backdrop is static
2019-11-02 10:02:07 +02:00
Martijn Cuppens
f55566e36b
Add configurable button text wrapping ( #29554 )
2019-11-02 10:02:07 +02:00
Martijn Cuppens
b0b8d3c982
Convert v4-dev calc() left overs to add/subtract functions
2019-11-01 20:22:37 +02:00
ysds
7bd70e54f2
Add add and subtract function
2019-11-01 20:22:37 +02:00
astrahov
1260b4fb3f
Add variable for $breadcrumb-font-size
( #29467 )
2019-10-14 12:12:05 +03:00
Martijn Cuppens
f47243460e
Variable card height ( #29462 )
2019-10-14 12:12:05 +03:00
Mark Otto
d08567797f
Cleanup
...
- Rename and move the variable to variables file
- Move code to the grid file
- Use the mixin to generate our own classes
- Wrap in a grid classes enabled conditional
- Document the mixin
2019-09-26 18:37:07 +03:00
Martijn Cuppens
9519b9e055
Enable wrapping for elements in .modal-footer ( #25103 )
2019-08-17 17:03:00 +03:00
Martijn Cuppens
e538b9f23e
Fix Firefox rendering issue ( #29234 )
2019-08-17 17:03:00 +03:00
XhmikosR
41fd25abe1
Optimize the inline SVGs.
2019-07-30 15:43:38 +03:00
Martijn Cuppens
c26e68427c
Backport "Use escape-svg() function ( #29077 )"
...
Adapted for v4-dev.
2019-07-30 15:43:38 +03:00
Martijn Cuppens
c121778b49
Change invalid icon from cross to exclamation mark ( #28944 )
...
The cross icon was confusing since some browsers use it as a reset button.
2019-07-10 11:03:54 +03:00
Morteza Ziyae
1bdeab8159
Fix width and height of data svg images in IE10 ( #28883 )
2019-06-18 15:02:58 +03:00
Shohei Yoshida
9d075734cb
Calc modal header/footer border radius according to the border width ( #28775 )
2019-05-30 11:58:34 +03:00
Shohei Yoshida
aa7b055064
Fix incorrect variable for popover border radius ( #28733 )
...
* Use $popover-border-radius
* Move and rename the local $offset-border-width to the global variable
2019-05-09 21:30:32 +03:00
Shohei Yoshida
10f91729aa
Add $custom-control-label-color
variable ( #28633 )
2019-04-29 17:41:28 +03:00
Loïc Goyet
1c7cb61072
Remove scss variable defined twice ( #28567 )
2019-04-29 17:41:28 +03:00
Martijn Cuppens
51375abca5
Responsive font size implementation ( #23816 )
2019-02-07 23:32:05 +01:00
Martijn Cuppens
8b41cb1368
Optional btn & input font sizes ( #28068 )
2019-02-07 19:47:24 +02:00
Zachary Welch
b647dd0565
Add map-name param to _assert-starts-at-zero ( #24986 )
...
* Add map-name param to _assert-starts-at-zero
* Set default value for backwards compatibility
2019-02-07 10:19:38 +01:00
Martijn Cuppens
5c56e9adff
Add deprecate()
mixin ( #28092 )
2019-01-22 20:55:23 +01:00
Martijn Cuppens
59d040fcbb
Make component colors configurable ( #28035 )
2019-01-20 23:38:29 +02:00
Martijn Cuppens
3d350c3b34
Remove map-merge ( #28033 )
2019-01-13 16:35:00 -08:00
Martijn Cuppens
70f50f3079
Sync dropdown font size to base font size
2019-01-13 16:27:40 -08:00
Martijn Cuppens
e57cdee6bc
Sync dropdown font size with btn font size
2019-01-13 16:27:40 -08:00
Martijn Cuppens
8db577bd51
Prevent useless property rendering
2019-01-13 16:22:25 -08:00
Martijn Cuppens
4b839b1c87
Don't render a background by default
2019-01-13 16:21:57 -08:00
Martijn Cuppens
5adcfe97f0
Prevent rendering of color property by default
2019-01-13 16:21:16 -08:00
Martijn Cuppens
cd4964f345
Change comment heading title to Typography
( #28032 )
2019-01-14 01:59:51 +02:00
Martijn Cuppens
b3226c1ccc
Align toast variables ( #28041 )
2019-01-14 01:51:53 +02:00
Martijn Cuppens
fd4d426e51
Change default custom select styles ( #28027 )
2019-01-13 09:52:46 +02:00
Mark Otto
deea117293
Add form-validation-states Sass map ( #27999 )
2019-01-11 21:16:50 +02:00
Miha Eržen
fd9dc1a0ca
Fix input-height-inner wrongly calculated ( #28018 )
...
In a scenario where `$input-line-height` or `$input-font-size` are different than `$input-btn-line-height` and `$input-btn-font-size` the final `$input-height-inner` was wrongly calculated.
2019-01-11 14:22:14 +02:00
Martijn Cuppens
68062cfe60
Allow configuration of caret spacing and vertical alignment ( #27994 )
2019-01-07 18:28:21 +02:00
Martijn Cuppens
cbc8a7273a
Sync custom select focus state with custom control focus state
2019-01-07 02:48:04 +02:00
Martijn Cuppens
e1b990fb90
Move hand cursor for buttons to reboot
2019-01-04 11:53:32 +02:00
Florian Lacreuse
c71b291cd9
Remove unnecessary brackets for consistency ( #27966 )
2019-01-03 20:59:18 +02:00
Martijn Cuppens
c0dfda964f
Configurable display utility classes ( #27917 )
2018-12-29 04:54:58 +02:00
Martijn Cuppens
952374654c
Fix custom select font sizes ( #27929 )
2018-12-29 04:44:35 +02:00