ysds
18d75e3243
Fix variable name
2019-07-25 10:58:06 -07:00
Martijn Cuppens
ea34b6c5be
Merge code page with reboot
2019-07-25 19:26:27 +02:00
Shohei Yoshida
97edf94c11
Remove duplicate
2019-07-25 19:26:27 +02:00
Martijn Cuppens
855d763ae5
Reboot updates
...
- Remove unsupported browsers fixes
- More consistent comment blocks
- Reorganise order of some blocks
- Add height fix for date/month/week/time inputs (#18842 )
- Remove redundant type selectors
- Additional resets and theming options for `legend`
- Add date & color inputs to reboot page
- Use the same borders for text search, text inputs, textareas and date inputs
- Move code styling to reboot
2019-07-25 19:26:27 +02:00
Martijn Cuppens
39b88d4293
Mention dropped .pre-scrollable
class in migration guide.
2019-07-25 18:42:45 +02:00
Martijn Cuppens
97e9214edd
Drop .pre-scrollable
class
2019-07-25 18:42:45 +02:00
Martijn Cuppens
1c05c1dbf1
Drop color()
, theme-color()
& gray()
functions ( #29083 )
...
Drop `color()`, `theme-color()` & `gray()` functions in favor of variables. The functions just called a `map-get()` of a map where just the variables were defined.
Also the `theme-color-level()` now accepts any color you want instead of only `$theme-colors` colors. The first value now is a variable instead of the `$theme-colors` key.
2019-07-25 10:41:13 +03:00
Mark Otto
172d580db3
Fix busted hover/focus on sidebar
2019-07-25 10:25:39 +03:00
Mark Otto
3adcf3a954
Restore 7rem
so that the sidebar is balanced on top and bottom
2019-07-25 10:25:39 +03:00
Martijn Cuppens
2f4f15c018
Sidebar theming tweaks
2019-07-25 10:25:39 +03:00
Mark Otto
0d1e259ecf
Increase navbar link brightness for slightly better color contrast
2019-07-25 10:25:39 +03:00
Mark Otto
94693f899c
Split up docs _nav.scss
...
- _navbar.scss for all main navbar code
- new _subnav.scss to move all subnav styles into
2019-07-25 10:25:39 +03:00
Mark Otto
2494140689
Restore height and overflow on docs sidebar
2019-07-25 10:25:39 +03:00
Johann-S
fc02932946
use get selector from element only when needed
2019-07-24 11:27:35 +02:00
Ben Boyter
f4dbffe93a
Remove https://glyph.smarticons.co/ from list of suggestions as the ( #29121 )
...
domain is now for sale and is triggers warnings in Firefox and Chrome
2019-07-24 11:12:44 +03:00
Johann-S
e48e498bf4
fix arrow popover ( #29115 )
2019-07-24 10:53:58 +03:00
Martijn Cuppens
b2ae6a6a94
Apply at-mixin-argumentless-call-parentheses: always
stylelint rule
2019-07-24 10:31:49 +03:00
XhmikosR
f4cc5d3e41
Update devDependencies.
2019-07-24 10:31:49 +03:00
XhmikosR
b8aa040aee
Add --continue-on-error
in the css-lint
script. ( #29119 )
2019-07-24 09:47:37 +03:00
Mark Otto
114a0ee193
Rebuild the dist to pickup new utilities file ( #29105 )
...
Dist after adding new utils file
2019-07-24 09:13:50 +03:00
Johann-S
e101ba4989
add polyfill.js in visual tests ( #29116 )
2019-07-24 08:19:47 +03:00
XhmikosR
d7a62b505c
Don't add the crossorigin attribute unless we pass integrity. ( #29112 )
2019-07-23 17:47:33 +03:00
Shohei Yoshida
ebb1eea520
Force reflow for fade-in animation ( #29113 )
2019-07-23 17:21:23 +03:00
Johann-S
a76c13589d
fix docs bad use of private methods to change title of our tooltips ( #29111 )
2019-07-23 16:18:41 +03:00
Johann-S
201d338dbf
run js-test in parallel
2019-07-23 14:23:50 +02:00
XhmikosR
93c3be3e0e
package.json: ignore spec files.
2019-07-23 14:23:50 +02:00
Johann-S
233f3fb1ce
rewrite tab unit tests
2019-07-23 14:23:50 +02:00
Johann-S
e1b5d8471a
use qunit css for our fixture
2019-07-23 14:23:50 +02:00
Johann-S
b7b56cb10a
rewrite scrollspy unit tests
2019-07-23 14:23:50 +02:00
Johann-S
85b70cef3c
rewrite tooltip unit tests
2019-07-23 14:23:50 +02:00
Johann-S
c9e650a56f
rewrite popover unit tests
2019-07-23 14:23:50 +02:00
Johann-S
1ac07a66ce
rewrite modal unit tests
2019-07-23 14:23:50 +02:00
Anton Bershanskiy
e916a9bc03
rewrite toast unit tests
2019-07-23 14:23:50 +02:00
Johann-S
6a59c58480
rewrite dropdown unit tests
2019-07-23 14:23:50 +02:00
Johann-S
0ed1618c06
rewrite collapse unit tests
2019-07-23 14:23:50 +02:00
Johann-S
62730d9afd
rewrite carousel unit tests
2019-07-23 14:23:50 +02:00
Johann-S
747f0f4c7b
test jquery interface for our alert plugin
2019-07-23 14:23:50 +02:00
Johann-S
891a187059
rewrite button unit tests
2019-07-23 14:23:50 +02:00
Johann-S
c834895fa0
rewrite unit tests for selector engine
2019-07-23 14:23:50 +02:00
Anton Bershanskiy
fe6ba2384a
rewrite manipulator unit tests
2019-07-23 14:23:50 +02:00
Johann-S
c8c2074650
Switch from QUnit to Jasmine.
2019-07-23 14:23:50 +02:00
XhmikosR
08d81c8437
Update devDependencies. ( #29099 )
2019-07-23 12:53:01 +03:00
XhmikosR
8db74682e4
Replace http-server with zeit/serve. ( #29101 )
2019-07-23 12:35:37 +03:00
XhmikosR
21f19d0fce
Downgrade karma-browserstack-launcher to v1.4.0. ( #29109 )
...
This might fix the build failures we are getting.
2019-07-23 12:14:29 +03:00
Martijn Cuppens
c3ea8db2f6
Extend .container-fluid
( #29106 )
2019-07-23 09:50:24 +03:00
XhmikosR
b65a5cb2c9
Move Icons in data. ( #29087 )
2019-07-23 09:41:14 +03:00
Mark Otto
cd4768aa81
fix broken classes
2019-07-22 10:38:28 -07:00
XhmikosR
025f69cb20
Fix subnavbar active style.
2019-07-22 17:13:44 +03:00
XhmikosR
3521947611
Disable the !default
rule for our docs variables.
2019-07-22 17:13:44 +03:00
XhmikosR
8780d9360a
Use the background shorthand.
2019-07-22 17:13:44 +03:00