XhmikosR
8c61254919
Examples: make use of core utils in more places.
2019-06-06 19:15:18 +03:00
Shohei Yoshida
543ff4e3e5
Clean component examples CSS ( #28872 )
...
* Remove unused classes/styles and use utilities instead of specific styles
* Use `getElementById` instead of `querySelector`
2019-06-06 09:04:48 +03:00
Shohei Yoshida
1c510ddaec
Make generating form row styles dependent on $enable-grid-classes ( #28870 )
2019-06-05 18:15:27 +03:00
Shohei Yoshida
8437be2f33
Rename the text helper page ( #28869 )
2019-06-04 20:46:52 +02:00
Shohei Yoshida
3283fe1b52
Rename .text-monospace to .font-monospace ( #28867 )
2019-06-05 00:51:36 +09:00
Patrick H. Lauke
87030c98ac
Docs: add accessibility/keyboard callout to popovers, tweak tooltips callout ( #28851 )
...
- Add same advice about keyboard/AT handling to popovers as a callout; also add information about not adding excessive content or interactive controls (and the suggestion to opt for a modal)
- Tweak the tooltips callout for consistency
2019-06-04 10:36:57 +03:00
Shohei Yoshida
d6e0552efe
Workaround for the image size bug in IE ( #28855 )
2019-06-04 10:25:19 +03:00
XhmikosR
cb4cdbf2bb
Add initial FUNDING.yml ( #28824 )
2019-06-04 10:03:09 +03:00
XhmikosR
8f97e2dc52
Update devDependencies. ( #28798 )
...
Notably:
* bundlesize 0.15.3 → ^0.17.2
* eslint-plugin-unicorn ^8.0.2 → ^9.0.0
* terser ^3.17.0 → ^4.0.0
2019-06-03 14:26:52 +03:00
XhmikosR
8a79cf894d
event-handler.js: use a plain for loop. ( #28853 )
2019-06-03 13:08:17 +02:00
Christian Oliff
319de5b309
HTTPS link to codeguide.co ( #28860 )
2019-06-03 10:36:49 +03:00
Ashfahan Khan
41fcd13d3e
Utility API improvement: use $key/$value instead of nth ( #28828 )
...
Co-Authored-By: Martijn Cuppens <martijn.cuppens@gmail.com>
2019-05-30 17:22:06 +02:00
XhmikosR
fd21354de2
Use npm-run-all
in the netlify
script. ( #28846 )
2019-05-30 10:52:50 +03:00
Martijn Cuppens
14cb65f702
Remove redundant properties from .embed-responsive
( #28062 )
2019-05-29 19:42:32 +02:00
Shane Parsons
4c70e96b97
Modify .card-header-tabs .nav-link.active
colors ( #28833 )
...
Co-Authored-By: Mark Otto <otto@github.com>
2019-05-29 18:38:36 +02:00
Jay Pinho
91d07fb26c
Make example description more accurate ( #28842 )
2019-05-29 18:17:40 +03:00
Shohei Yoshida
072622d959
Clean input group flex basis ( #28785 )
2019-05-28 22:28:39 +03:00
Shohei Yoshida
b28322469e
Calc modal header/footer border radius according to the border width ( #28775 )
2019-05-28 14:21:45 +02:00
Aditya Shankar
111024695a
Correct grammar in modal.scss ( #28829 )
2019-05-27 08:19:50 +02:00
Sezer Esen
de1a6e3201
Fix background position ( #28814 )
2019-05-26 11:13:55 +02:00
Ashfahan Khan
c215dc83f0
Fix Typo Mistake in SCSS comment ( #28821 )
2019-05-24 22:09:09 +01:00
XhmikosR
1ce7960c6c
vnu.jar: Update ignores. ( #28817 )
...
Pass the `--no-langdetect` flag instead of ignoring the warning manually.
2019-05-24 13:19:13 +03:00
Martijn Cuppens
769c8d8246
Helpers & utilities split ( #28445 )
2019-05-23 11:56:03 +02:00
Martijn Cuppens
a4a04cd9ec
.sr-only
& .sr-only-focusable
tweaks (#28720 )
...
* Prevent .sr-only-focusable overriding properties when being focused
* Typo
2019-05-20 10:03:51 +02:00
Shohei Yoshida
1a41b0ffa6
Fix z-index according to our z-index rule ( #28784 )
...
https://getbootstrap.com/docs/4.3/extend/approach/#z-index-scales
2019-05-18 16:30:57 +02:00
Christian Oliff
2d6e086342
Update Yarn package link to link to the Bootstrap package ( #28781 )
...
I think it makes more sense to link to the Bootstrap package on Yarn here (like the package link for NPM above)
2019-05-16 21:47:26 +03:00
XhmikosR
552e11a1ab
linkinator: add silent flag.
...
This should reduce its output.
2019-05-16 16:01:07 +03:00
XhmikosR
6269d05670
Update devDependencies.
2019-05-16 16:01:07 +03:00
Johann-S
02f80c1616
remove util references from our docs
2019-05-16 14:44:11 +02:00
Johann-S
803088c526
remove jquery references from tooltip docs
2019-05-16 14:44:11 +02:00
Johann-S
976e825d26
remove jquery references in browsers-devices docs
2019-05-16 14:44:11 +02:00
Johann-S
759fe25567
remove jquery references in toast docs
2019-05-16 14:44:11 +02:00
Johann-S
d5752a18ab
toast should allow prevent default for hide and show events
2019-05-16 13:24:29 +02:00
Johann-S
4ea7e11233
add notes about arrow selector changes
2019-05-14 15:28:43 +02:00
Johann-S
c805aec770
fix popover arrow by selecting the first element child
2019-05-14 15:28:43 +02:00
Johann-S
7694a5a70a
remove jquery references from popover docs
2019-05-14 14:32:45 +02:00
Johann-S
df3277f14d
remove jquery references from javascript.md docs
2019-05-14 14:32:45 +02:00
Johann-S
104308b276
rewrite modal docs without jquery
2019-05-14 14:32:45 +02:00
Johann-S
19e86a34af
remove jquery references in dropdown docs
2019-05-14 14:32:45 +02:00
Johann-S
fd8a651521
remove some jquery references in collapse docs
2019-05-14 14:32:45 +02:00
Johann-S
99b2a80db8
remove some jquery references in carousel docs
2019-05-14 14:32:45 +02:00
Shohei Yoshida
b7040ad9b4
Remove non-existing .custom-file-label::after ( #28757 )
2019-05-10 21:29:05 +02:00
Martijn Cuppens
5db281d7c4
Move close icon to components in docs ( #28512 )
...
* Move close icon to components
* Remove redundant float from close
2019-05-10 20:27:22 +02:00
Shohei Yoshida
06635be7bd
Reset input padding for cross browser consistency ( #28208 )
2019-05-09 20:40:40 +03:00
Katherine Shaw
a5d7dff164
Docs unordered lists dropdowns ( #28591 )
...
Replace snippets and examples in dropdown docs to use semantic `ul` and `li` elements.
2019-05-09 11:19:32 +03:00
XhmikosR
bc012957b5
Remove Base64 for SVGs. ( #28749 )
...
It results in bigger files.
2019-05-09 09:34:13 +03:00
zhangbao
6b177cc409
Consistency modification ( #28750 )
2019-05-09 08:14:50 +02:00
Mark Otto
473689ce5d
v5: Drop all print styles and classes ( #28339 )
2019-05-09 07:57:58 +02:00
Mark Otto
d806e874b4
v5: Drop .media ( #28265 )
2019-05-08 21:45:24 +03:00
Martijn Cuppens
f1e6e6e4a1
Remove hover mixin documentation
2019-05-08 20:58:07 +03:00