Andrew Luca
0fd40837e8
Fix custom-forms
heights and position ( #25602 )
...
Now `.custom-control` will have height equal to `$font-size-base`
Fix custom checkbox and radio top position (we can't subtract rem from unit)
`$line-height-base - $custom-control-indicator-size` is not valid
Because `$line-height-base` is a unitless variable and `$custom-control-indicator-size`
is a unit (rem) variable
2018-07-14 21:29:19 -07:00
Mark Otto
2d8422f5f5
fixes #26579
2018-07-14 21:10:45 -07:00
Mark Otto
52813f4bc8
Update cursor on floating labels example ( #26826 )
2018-07-14 15:14:29 -07:00
Mark Otto
2eb456b5d8
Merge branch 'examples-cleanup' of https://github.com/MartijnCuppens/bootstrap into MartijnCuppens-examples-cleanup
2018-07-14 14:07:14 -07:00
Mark Otto
9928311bd9
Merge branch 'box-shadow_issue_26377' of https://github.com/parammittal16/bootstrap into parammittal16-box-shadow_issue_26377
2018-07-14 14:04:39 -07:00
Mark Otto
a5d48323a2
Update issue templates
2018-07-13 09:31:55 -07:00
Mark Otto
b2c4ce5273
Update issue template
2018-07-13 09:30:58 -07:00
Mark Otto
1f46337a89
Update README.md
2018-07-12 09:27:14 -07:00
Mark Otto
c4ccfbe04e
Ship v4.1.2
2018-07-12 09:27:14 -07:00
Simon Podlipsky
da56d918ac
Reword
2018-07-12 17:31:20 +03:00
XhmikosR
a49f5cab6f
Clean up npm scripts a bit more.
...
`docs-serve` was duplicated. Also, extend the existent `docs-serve` script for `docs-github-serve`.
2018-07-12 00:06:12 -07:00
XhmikosR
6589408a4b
Update scripts.
2018-07-11 23:30:46 -07:00
Mark Otto
de7bef881e
update card columns docs to make copy more accurate
...
closes #26586 , closes #26587
2018-07-11 23:30:46 -07:00
Mark Otto
5a11ba5d6b
clarify docs dev and add 4.0 link
2018-07-11 23:30:46 -07:00
Mark Otto
aedd700768
change dist to only affect main since docs css isn't distributed
2018-07-11 23:30:46 -07:00
Mark Otto
4518288c7c
Move copy tasks back to css-main and js-compile so docs-github task runs properly
2018-07-11 23:30:46 -07:00
Mark Otto
159aebc274
Update watch scripts to properly copy JS files
...
- Updates nodemon scripts to watch specific directories instead of ignoring several
- Split watch tasks for CSS and JS into main and docs
- Add docs-watch script to serve the docs instead of just build
- Add new start script so that instead of two tabs, one for docs-watch and one for watch, we just run npm start
2018-07-11 23:30:46 -07:00
Mark Otto
01f568d9a5
fixes #26637
2018-07-11 23:30:46 -07:00
Christian Oliff
50ff31bf51
Optimised Google Analytics Loading
2018-07-11 23:30:46 -07:00
Mark Otto
01c70b11ab
new url
2018-07-11 23:30:46 -07:00
Josh Wand
a0551c72f3
remove reference to breakpoint-specific gutter widths which are not implemented
...
see #22944 and #24620
2018-07-11 23:30:46 -07:00
Theodore Dubois
df24f880f4
Make navbar download the same as homepage download
2018-07-11 23:30:46 -07:00
Mark Otto
1c92bac655
remove jobs link
2018-07-11 23:30:46 -07:00
Mark Otto
0e920ce3f4
Reorganize docs for easier deploys
...
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
2018-07-11 23:30:46 -07:00
Mark Otto
9e126b26a8
dist
2018-07-11 21:42:55 -07:00
Johann-S
283ab30164
fix(modal): fix unit test and resetting style
2018-07-11 11:05:38 +02:00
Catalin Zalog
cb82394fc8
fix(modal): removes .navbar-toggler margin
2018-07-11 11:05:38 +02:00
XhmikosR
e9ec13e974
Update tooltips.md
2018-07-10 23:26:30 +03:00
Simon Podlipsky
591725e838
Document tooltip flickering in combination with some overflow settings
2018-07-10 14:54:45 +03:00
Andrew
abb4868626
correct spelling errors ( #26837 )
2018-07-09 17:59:22 -07:00
XhmikosR
8b50a72f3c
Add missing role="button" in .navbar's .dropdown-toggle
...
Fixes #26830
2018-07-09 14:41:47 +01:00
Mark Otto
5495a19b5a
disable to fix ci
2018-07-08 18:43:40 -07:00
Mark Otto
b0b28c81e5
add grid docs mention
2018-07-08 18:18:13 -07:00
Mark Otto
7e96979cea
fix comment placement, remove unecessary prop wrapper
2018-07-08 17:29:01 -07:00
Mark Otto
0153f7d8cd
add docs
2018-07-08 17:28:37 -07:00
Mark Otto
f6b4945f1e
Merge branch 'patch-1' of https://github.com/garhbod/bootstrap into garhbod-patch-1
2018-07-08 16:46:44 -07:00
Mark Otto
8d8d3ef82a
Restore feedback icons on validated form fields
...
- Only applies to textual inputs and textareas with `.form-control` and selects with `.custom-select`
- Wrap the feedback icons in a Sass variable option, $enable-validation-icons, so folks who theme can disable
- Update docs to summarize styles, mention the icons, include a textarea demo, and add mention of the Sass variable option to the Theming section
2018-07-08 15:31:18 -07:00
Mark Otto
c6abb8ca84
class
2018-07-07 20:21:01 -07:00
Mark Otto
17a25b72c8
add table of classes
2018-07-07 20:15:48 -07:00
Mark Otto
cc41a5e64f
fix docs heading
2018-07-07 19:47:21 -07:00
parammittal16
e77d64b372
Replace shadow with shadow-sm
2018-07-08 06:08:14 +05:30
Mark Otto
5ad1049622
Merge branch 'v4-dev' of https://github.com/malkomich/bootstrap into malkomich-v4-dev
2018-07-07 16:16:43 -07:00
XhmikosR
cfc9c85b32
Update devDependencies.
...
Only bundlesize is kept back for Node.js 10.x compatibility.
2018-07-06 12:39:13 +03:00
XhmikosR
907f9a7ae4
Update gems.
2018-07-06 12:19:17 +03:00
Martijn Cuppens
6f8d322f74
Remove .border-bottom & .border-top classes from examples
2018-07-05 22:42:01 +02:00
Johann-S
09d0c5de0c
Merge pull request #26799 from Kirlovon/v4-dev
...
Fixed logo in README
2018-07-04 09:26:13 +02:00
Kirill Reunov
15a2eeb80f
Fixed logo in README
2018-07-03 23:34:49 +03:00
Christian Oliff
35a75eb0d4
OS X is now macOS ( #26796 )
...
* OS X is now macOS
* Update browser-bugs.yml
2018-07-03 07:55:07 +01:00
Patrick H. Lauke
7b746028c2
Fix incorrect visibility utility description regarding screen readers ( #26786 )
2018-07-02 19:52:28 +01:00
Martijn Cuppens
edc5597705
Add js maps & tweak docs
2018-07-02 09:49:45 +03:00