- 30 Apr, 2019 6 commits
-
-
Martijn Cuppens authored
- Line height & font family from html were directly overridden by body, so they were redundant thus removed - The remaining properties are moved to body - Shim for IE10 tags removed - hr cleanup - Combined styles from reboot & type - Changed from borders to background - This allows us to keep the color inherited. - Opacity can be used to change the intensity - Size attribute will not change the height instead of making the hr look like an input field - Better variable names - headings cleanup - Moved all element styling to reboot - Type will now extend the element styling. This way we will save some redundant code - small & mark are also moved to reboot. type does not contain any element styling anymore - font weight removed from small, this did not really made sense
-
Martijn Cuppens authored
-
ysds authored
-
Martijn Cuppens authored
-
XhmikosR authored
-
Martijn Cuppens authored
Removed leftover from #27789
-
- 29 Apr, 2019 4 commits
- 25 Apr, 2019 2 commits
-
-
Shohei Yoshida authored
- 23 Apr, 2019 1 commit
-
-
GeoSot authored
-
- 21 Apr, 2019 1 commit
-
-
Martijn Cuppens authored
-
- 18 Apr, 2019 1 commit
-
-
XhmikosR authored
-
- 15 Apr, 2019 6 commits
- 13 Apr, 2019 1 commit
-
-
Shohei Yoshida authored
-
- 10 Apr, 2019 4 commits
- 09 Apr, 2019 2 commits
- 08 Apr, 2019 1 commit
-
-
Ted Kesgar authored
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.
-
- 05 Apr, 2019 1 commit
-
-
Matěj Kříž authored
* 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`.
-
- 04 Apr, 2019 1 commit
-
-
XhmikosR authored
-
- 01 Apr, 2019 1 commit
-
-
XhmikosR authored
-
- 29 Mar, 2019 1 commit
-
-
Loïc Goyet authored
-
- 27 Mar, 2019 1 commit
-
-
Johann-S authored
-
- 26 Mar, 2019 2 commits
- 24 Mar, 2019 2 commits
- 23 Mar, 2019 1 commit
-
-
XhmikosR authored
-
- 21 Mar, 2019 1 commit
-
-
Patrick H. Lauke authored
Check prefers-reduced-motion variable before adding reduced motion media query for animated progress bars (#28530)
-