Martijn Cuppens
4ee2ae4ce0
Remove redundant slashes ( #28677 )
2019-04-21 18:45:53 +03:00
Shohei Yoshida
b1b5e87d65
Add $custom-control-label-color
variable ( #28633 )
2019-04-13 15:06:32 +03:00
Ted Kesgar
51b0c42778
Change toast border radius to use $border-radius
( #28621 )
...
Currently, `$toast-border-radius` uses the value of `.25rem`. This is inconsistent with other variables such as `$btn-border-radius` and `$input-border-radius`, which uses the "global" `$border-radius` variable.
2019-04-08 15:06:48 +03:00
Matěj Kříž
e0738f8207
Fix buttons :focus state styles ( #27890 )
...
* Fix buttons :focus state styles
Buttons :hover and :focus state shares styles.
Buttons :focus text color on 'a.btn' is now consistent with others '.btn'.
* `:focus` styles should be in sync with `.focus`.
So shared styles with hover were copy to focus definition. Rather then using
`hover-focus` mixin which do not contain `.focus`.
2019-04-05 11:51:20 +03:00
Loïc Goyet
f2d33cd86b
Remove scss variable defined twice ( #28567 )
2019-03-29 21:31:23 +02:00
Patrick H. Lauke
b4a2beb3c2
Check prefers-reduced-motion variable before adding reduced motion media query for animated progress bars ( #28530 )
2019-03-21 15:59:02 +02:00
Shohei Yoshida
5e459e9b52
Workaround for MS edge bug ( #28275 )
2019-03-18 01:27:59 +02:00
XhmikosR
15d242d21a
Revert "Remove IE-specific breadcrumb CSS hack"
...
This reverts commit 9fda96e197
.
2019-03-18 01:11:05 +02:00
Martijn Cuppens
a88d58605a
Remove hover states on background utilities ( #28457 )
2019-03-14 19:36:02 +02:00
Mark Otto
837ff0cc11
v5: Drop remaining deprecated mixins ( #28461 )
...
- Deletes mixin mentions from float docs
- Deletes mixin mention from visibility docs
- Deletes the image-replacement page for text-hide
2019-03-14 19:23:54 +02:00
Mark Otto
c16532c724
v5: Update badges ( #28458 )
...
- Drop hover and focus states
- Drop .badge-* variants and associated mixin for .bg-* utilities
- Drop .badge-pill for .rounded-pill utliity and adjust horizontal padding to find middle ground of .badge and old .badge-pill
- Remove unused variables
- Add default color value to .badge base class
- Update docs to reflect changes
2019-03-14 19:15:26 +02:00
Patrick H. Lauke
3e05d016cf
Remove indiscriminate outline suppression for tabindex="-1" elements ( #28437 )
...
instead, only apply outline suppression if the browser wouldn't normally apply the focus outline, using the (currently experimental) `:focus-visible` pseudo-class
2019-03-12 15:16:18 +02:00
Mark Otto
e8827874ad
v5: Don't automatically adjust all hr elements in alert variants ( #28462 )
2019-03-12 15:04:08 +02:00
Mark Otto
d6501970ad
v5: Drop deprecated size mixin ( #28460 )
2019-03-12 10:02:17 +02:00
Mark Otto
89d7384944
Drop deprecated img-retina mixin ( #28459 )
2019-03-12 09:47:36 +02:00
Shohei Yoshida
8896827bd0
Add <ol> to nav's comment ( #28426 )
2019-03-07 13:38:33 +01:00
Martijn Cuppens
8770b84e84
Update RFS to v8.0.2 ( #28405 )
2019-03-06 22:49:06 +02:00
mspae
7626f8b17d
disable assert assending check if the previous unit was a percentual value ( #28400 )
2019-03-05 12:47:48 +02:00
Jonathan
c8361e2adf
Hyphenate server-side ( #28401 )
2019-03-04 15:52:13 +02:00
Martijn Cuppens
bc60a22a18
Fix border if only one card ( #28365 )
2019-02-26 22:06:46 +02:00
Mark Otto
9fda96e197
Remove IE-specific breadcrumb CSS hack
2019-02-20 22:05:45 +02:00
astrahov
62277bc58e
Change breadcrumb item padding variable name ( #28125 )
2019-02-20 22:05:45 +02:00
Peter Blazejewicz
cbd333185e
Use consistent arrow class ( #28105 )
2019-02-20 22:05:45 +02:00
Martijn Cuppens
28a7abf0f7
Deprecate form-control-focus mixin ( #28262 )
2019-02-15 15:50:58 +02:00
XhmikosR
8fa0d30101
Release v4.3.1. ( #28252 )
2019-02-13 18:01:40 +02:00
Martijn Cuppens
bf2515ae68
Update RFS to v8.0.1 ( #28245 )
...
Remove warning if RFS is included more than once.
2019-02-12 22:49:12 +01:00
Mark Otto
1ded0d6a4e
Release v4.3.0 ( #28228 )
...
* Prep for v4.3.0
* More updates for v4.3.0.
* rerun to build docs source map
2019-02-11 11:15:34 -08:00
Martijn Cuppens
51375abca5
Responsive font size implementation ( #23816 )
2019-02-07 23:32:05 +01:00
Shohei Yoshida
d250567ce0
Remove -ms-autohiding-scrollbar
to prevent overlapping the table content ( #28153 )
2019-02-07 19:52:23 +02:00
Martijn Cuppens
8b41cb1368
Optional btn & input font sizes ( #28068 )
2019-02-07 19:47:24 +02:00
Martijn Cuppens
2ee8ecedf4
Deprecate img-retina()
mixin ( #28072 )
2019-02-07 19:33:57 +02:00
Martijn Cuppens
bcfb7ed159
Deprecate invisible()
mixin ( #28066 )
2019-02-07 19:19:00 +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
João Lucas
eb1313d213
Create border-top-left-radius
and border-bottom-right-radius
mixins ( #28100 )
...
* Create border-top-left-radius mixin
* Create border-bottom-right-radius mixin
2019-02-07 09:02:05 +01:00
Martijn Cuppens
311d6dab68
Deprecate size mixin ( #28067 )
2019-02-07 08:21:47 +01:00
Bardi Harborow
b5fb4f7d6b
Add text-decoration to .btn-link. ( #28169 )
2019-02-06 22:33:03 +01:00
Martijn Cuppens
58470c0ac5
Fix text break in Firefox ( #28063 )
2019-02-06 12:38:13 +02:00
Martijn Cuppens
d4e782efab
Fix dropdown radius if $dropdown-padding-y
is not 0 ( #28127 )
2019-02-03 23:07:16 +02:00
Shohei Yoshida
e65dccfc95
Fix custom select caret issue on IE ( #28112 )
2019-01-25 21:09:21 +01:00
Shohei Yoshida
0f8f84329b
Fix validated custom select bg color ( #28119 )
2019-01-25 20:44:52 +01:00
Martijn Cuppens
6466a0461a
Deprecate float mixins ( #28104 )
2019-01-24 22:51:36 +02:00
Martijn Cuppens
2749bf34de
Add !important
to .text-monospace
utility class ( #28064 )
2019-01-24 22:42:42 +02:00
Martijn Cuppens
dfba588d0d
Add default value for $ignore-warning
( #28103 )
2019-01-23 05:59:15 +02: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
Shohei Yoshida
de0bb1e052
Scrollable modal ( #27769 )
2019-01-20 23:28:16 +02:00
Martijn Cuppens
41f85b64bf
Add ref to reason why min-width: 0;
is added ( #28061 )
2019-01-20 23:23:05 +02:00
Martijn Cuppens
f1f740be09
Make progress animation respect $enable-transitions
and prefers-reduced-motion
media query
...
Make progress animation respect `$enable-transitions` and `prefers-reduced-motion` media query
2019-01-15 00:51:11 +00:00
Martijn Cuppens
3d350c3b34
Remove map-merge ( #28033 )
2019-01-13 16:35:00 -08:00
Martijn Cuppens
d546cb8374
Cleanup popover arrows ( #28008 )
2019-01-13 16:29:37 -08:00