Commit Graph

1329 Commits

Author SHA1 Message Date
Cornelius A. Ludmann
5a8b28bc82 Fix navbar-burger color when color modifier is used (#1982)
When using a color modifier for a navbar (e.g., is-dark) the burger icon does not change the color. This commit adds the color modification for the navbar burger icon.
2018-10-02 08:30:08 +01:00
Jeremy Thomas
39bdeacf46 Add basic navbar example 2018-10-02 08:25:09 +01:00
Jeremy Thomas
9a5c7efe6c Fix control extend 2018-10-02 07:04:19 +01:00
Jeremy Thomas
91db8e1af0 New control height and line height variables 2018-10-02 07:01:43 +01:00
Jeremy Thomas
036945d970 Fix #1991 2018-10-02 06:51:11 +01:00
Jeremy Thomas
b304559d7b Update changelog 2018-10-02 06:47:00 +01:00
Jeremy Thomas
c237a15188 Fix bd-link 2018-10-02 06:40:23 +01:00
Benjamin Melançon
785b3a0635 Add and use $navbar-breakpoint variable; Fixes #1042 (#2109)
* Add a navbar-breakpoint variable (as yet unused)

* Replace hard-coded +touch, +desktop with $navbar-breakpoint variable 

Using the fine +until and +from mixins, respectively.
2018-10-02 06:40:16 +01:00
Daryl Fritz
dc64c44d2f Update Related Projects
Re-Bulma is no longer maintained and should probably be removed from the README.

See here: https://github.com/bokuweb/re-bulma/blob/master/README.md
2018-10-02 06:24:34 +01:00
Sunny Walker
544db84ea9 add Accessibility section for Bootstrap
It looks like Bulma's accessibility profile is very slowly improving but will never (unless given infinite timeline) match that of Bootstrap’s. For those of us that are legally required to meet a11y guidelines (US Government/Education), this is an important point that should be highlighted.
2018-10-02 06:24:00 +01:00
Kim Torgersen
c6b56a8d93 Add is-12 and is-full to column documentation
Add missing css-classes to the documentation.
2018-10-02 06:23:14 +01:00
Daryl Fritz
3bf01fe314 Match multiple-breakpoint-example to the code
The example code that a user copies doesn't match the code that runs in the browser. This is confusing for new users and fails to demonstrate the actual library.
2018-10-02 06:22:36 +01:00
Marat
c68ec17150 256x256 is 4 times larger than 128x128, not 2 times 2018-09-25 09:13:13 +01:00
Adil Asim
ed331e9b4e Added csskrt-csskrt to related projects 2018-09-23 09:00:50 +01:00
Davide Taviani
490553f848 Add clarification about three empty spans for the navbar-burger
It was not clear in the documentation that you *need* to have the 3 empty spans or otherwise the lines (and the cross) wouldn't show up.
2018-09-17 17:40:37 +01:00
MATHIAS D
551ef492dc Add footer background in list
Add footer background in list
2018-09-12 11:30:33 +01:00
Jeremy Thomas
4713756cd5 Fix spacing 2018-09-05 14:43:45 +01:00
Jeremy Thomas
e6b3fc4f20 Update backers 2018-09-05 13:45:30 +01:00
Jeremy Thomas
8bbb8f6552 Add dontpayfull 2018-09-05 13:29:08 +01:00
Jeremy Thomas
3243ea546e Fix #2085 2018-09-04 15:37:15 +02:00
Jeremy Thomas
ceae8a675e Fix #2084 2018-09-04 15:26:02 +02:00
Jeremy Thomas
04fb26b450 Fix mixins/extends confusion 2018-09-04 15:24:57 +02:00
hmistry
107ea347a7 Document is-tab modifier class for navbar-item 2018-08-26 16:16:35 +02:00
Christopher Darling
deb83d60df Remove clip-path from .is-sr-only
see 6bad0f84f4
2018-08-26 16:16:03 +02:00
Benjamin Asbach
e0b5c8cc50 Update modular.html
Added missing `.sass` extensions.
2018-08-02 09:34:25 +01:00
Rodrigo O
da75177db1 Add documentation for img.is-rounded 2018-08-01 21:26:05 +01:00
Brandon
2c716292bc Remove unnecessary use of @extend inside mixins (#2000)
* Remove unnecessary use of @extend inside mixins

* Revert changes to +unselectable, +delete, and +loader

* Move @extend selector styling to their related mixin.
2018-08-01 11:51:44 +01:00
Jeremy Thomas
bff70ed4f5 Fix expo 2018-08-01 11:44:51 +01:00
Jeremy Thomas
b734167962 Add mattfarley 2018-08-01 11:31:21 +01:00
Jeremy Thomas
dbf472a540 Update changelog 2018-08-01 11:28:08 +01:00
nagman
6ad2e3df05 removed is-narrow because useless in this case 2018-07-27 20:20:55 +01:00
nagman
e2cdacb2a2 fixed a typo (flat -> flag) 2018-07-27 20:20:36 +01:00
Nisarg Joshi
39820f00f3 Update options.html
Fix typo - 'that' where it should say 'than'
2018-07-25 08:38:28 +01:00
Patrick Black
48c73101e7 Remove random 2 in docs readme (#2015)
* Remove random 2 in docs readme

* Fix #2012
2018-07-23 20:26:17 +01:00
Patrick Abkarian
e19e75eb68 ie11 doesn't listen to size="" if it's given initial 2018-07-23 12:34:47 +01:00
Patrick Abkarian
19704daefd Modal card broken on IE11 fix 2018-07-23 12:34:21 +01:00
Ruslan Tursunov
607eb7851d Update responsiveness.html
Fix typo
2018-07-22 06:04:06 +01:00
sunya9
f3f1c78767 Fix webpack to lowercase 2018-07-20 00:00:48 +01:00
Daniel
69745cfda5 Fixed docs when Vimeo fails to load
All javascript breaks if Vimeo fails to load or is blocked. Checking for `Vimeo` before accessing it should fix it. This can easily be reproduced using [uMatrix](https://github.com/gorhill/uMatrix).
2018-07-18 22:08:23 +01:00
Jeremy Thomas
ae662fefc0 Update changelog 2018-07-18 13:10:10 +01:00
Kadir Doğan
5048a0d7fb Fixes #1992 - Disabled form elements hover state is overlapping, if control has add-ons elements (#1993)
* <!-- PLEASE READ THE FOLLOWING INSTRUCTIONS -->
<!-- DO NOT REBUILD THE CSS OUTPUT IN YOUR PR -->

<!-- Choose one of the following: -->
This is a bugfix
<!-- New feature? Update the CHANGELOG.md too, and eventually the Docs. -->
<!-- Improvement? Explain how and why. -->
<!-- Bugfix? Reference that issue as well. -->
If a form field is disabled and that form field uses has add-on element ( has-addons ), hover state is overlapping to add-on element.

### Proposed solution
<!-- Which specific problem does this PR solve and how?  -->
<!-- If it fixes a particular Issue, add "Fixes #ISSUE_NUMBER" in your title -->
This solution excludes disabled form elements hover state which is used within has-addons fields wrapper.
Fixes #1992

### Tradeoffs
<!-- What are the drawbacks of this solution? Are there alternative ones? -->
<!-- Think of performance, build time, usability, complexity, coupling…) -->
No tradeoffs.

### Testing Done
I checkout out master and changed the lines.

* Disabled form elements hover state is overlapping, if control has add-ons elements
If a form field is disabled and that form field uses has add-on element ( has-addons ), hover state is overlapping to add-on element.

* Disabled form elements hover state is overlapping, if control has add-ons elements
If a form field is disabled and that form field uses has add-on element ( has-addons ), hover state is overlapping to add-on element.
2018-07-18 13:09:20 +01:00
Jeremy Thomas
c1f06d1cc1 Update changelog 2018-07-18 13:01:13 +01:00
Brandon
d4b92c0faf Change $border to $grey-lighter in mixins. Fixes #1862 2018-07-18 13:00:40 +01:00
Jeremy Thomas
3d95d93493 Use link subtitle as meta description 2018-07-18 12:59:32 +01:00
Ryan Casas
af0be6cab3 [Docs] Helpers needed a readjustment
There was a TR without an opening tag + the last TH hadn't the correct rowspan
2018-07-17 20:24:12 +01:00
Jeremy Thomas
b208b96716 Update love 2018-07-16 16:54:23 +01:00
Jeremy Thomas
884d887f44 Add Webpack page 2018-07-14 18:38:27 +01:00
Jeremy Thomas
0efd856f52 Add Sass CLI steps 2018-07-14 14:18:43 +01:00
Jeremy Thomas
f637ee0009 Customize section init 2018-07-14 00:42:07 +01:00
Jeremy Thomas
5a478857a8 Add documentation tabs 2018-07-12 17:15:30 +01:00