Commit Graph

1089 Commits

Author SHA1 Message Date
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
Jorge Luis Beroisa
fcaea076bd Fix percentage
Not a major fix but the wrong percentage bothered me :)
2018-07-10 14:51:32 +01:00
Jeremy Thomas
40f9d7a54a Add expo images 2018-07-09 18:08:56 +01:00
Jeremy Thomas
789a886ffd Update expo 2018-07-09 18:07:16 +01:00
Jeremy Thomas
44135d2dc2 Update changelog 2018-07-09 16:11:05 +01:00
Muhannad Abdelrazek
e71c248cde A11y: Add .is-sr-only to helpers (#1764) 2018-07-09 16:09:42 +01:00
Caique de Castro
2b8f6680db Add docs for is-fullwidth modifier for buttons 2018-07-09 16:03:44 +01:00
Jeremy Thomas
14daff89c0 Fix docs 2018-07-09 16:03:16 +01:00
deasydoesit
b58b9b82ee Updating navbar.html to include jQuery toggle
Minimal changes which introduce a jQuery toggle implementation of the 'navbar-burger' and 'navbar-menu'
2018-07-09 15:58:47 +01:00
Jeremy Thomas
ff92d44761 Update changelog 2018-07-09 15:51:38 +01:00
HacheB
8d049b5959 Update notification.sass
For use dropdown component in notification.
2018-07-09 15:50:37 +01:00
Patrick Black
b0af32e93e Update to the latest version of Font Awesome
Font Awesome recently updated from 5.0.7 to 5.1. I've updated this to reflect that change.
2018-07-09 10:22:10 +01:00
Jeremy Thomas
1083f017a0 Fix boxes 2018-06-25 10:40:00 +02:00
Jeremy Thomas
28683e7b57 Fix sidebar 2018-06-25 10:30:44 +02:00
Jeremy Thomas
e2ce6d133f Fix typography helpers 2018-06-25 10:14:11 +02:00
Jeremy Thomas
8409dd1926 Fix blog icons 2018-06-20 01:21:22 +01:00
Jeremy Thomas
18fe97b54d Fix book banner 2018-06-20 01:21:22 +01:00
Jeremy Thomas
45aa3169d0 Add variables blog post 2018-06-20 01:21:22 +01:00
Jeremy Thomas
f9f0b19e46 Fix variables component 2018-06-20 01:21:22 +01:00
Jeremy Thomas
dd59374591 Add unitless type 2018-06-20 01:21:22 +01:00
Jeremy Thomas
e8f3fc0d66 Fix input and file variables 2018-06-20 01:21:22 +01:00
Jeremy Thomas
1ff1edcf53 Update variables include template 2018-06-20 01:21:22 +01:00
Jeremy Thomas
ace4c58fc7 Split plugins 2018-06-20 01:21:22 +01:00
Jeremy Thomas
7442c980e5 Read derived variables 2018-06-20 01:21:22 +01:00
Jeremy Thomas
87bf26ae2f Add initial variables output 2018-06-20 01:21:22 +01:00
Jeremy Thomas
102d170680 Init variables script 2018-06-20 01:21:22 +01:00
Ana María Martínez Gómez
bf0578090d Add without-arrow class for navbar items (#1919)
* Add is-arrowless class for navbar items

It removes the arrow in the items of the Navbar.

Closes https://github.com/jgthms/bulma/issues/1833

* Add documentation for is-arrowless class

* Add is-arrowless to the changelog
2018-06-11 10:51:32 +01:00
Jeremy Thomas
3d786c88f7 Fix burger color order 2018-06-07 13:28:03 +01:00
Ana María Martínez Gómez
13199b8f51 Document how to try the changes (#1920)
* Document how to try the changes

Add to the contributing guide how to rebuild the css and where the
documentation to try the documentation changes is.

* Remove Bulma dependencies installation form PR template

Install Bulma dependencies is not needed to send a PR.

* Add how to try your changes to PR templates

And after that ask if you tried the changes.
2018-06-06 00:45:21 +01:00
Guilherme Vale
62d62be799 Very tiny grammar fix 2018-06-03 00:44:31 +01:00
ryakosh
41a8ca675d Change "needed" to "need"
Problem: typo
2018-06-01 11:06:37 +01:00
Jeremy Thomas
e586de8e57 Update changelog 2018-05-31 17:31:37 +01:00
Patrick Abkarian
ef228de2a0 issues/1902 fix
https://github.com/jgthms/bulma/issues/1902
2018-05-31 18:28:43 +02:00
Jeremy Thomas
56d58280ca Add breakpoint based column gaps documentation 2018-05-30 14:12:03 +02:00
Tim MacDonald
4caa77dc0f Add breakpoint based column gaps (#1679)
* add breakpoint based column gaps

* remove redundant loops 🤦
2018-05-30 09:59:51 +01:00
Jeremy Thomas
b98a454615 Update changelog 2018-05-30 10:54:32 +02:00
Reece May
c0966157b0 fix icon floating out of input
Corrects the problem of the .has-icon-left / .has-icon-right fields floating out of the input area when a .help element is floated to the right of a preceding input
2018-05-30 09:53:01 +01:00
Jeremy Thomas
a331af957b Update changelog 2018-05-30 10:28:41 +02:00
Dan
768069ad90 Fixes issue #753 (#1884)
* Add Sass variable to control Navbar Burger color

Adds a sass variable to control the Navbar's burger color. Sets the default to match what the Item color is set to.

* Update order for bulma code styles

* Update Docs to reflect the improvement/bugifx.
2018-05-30 09:27:13 +01:00
Jeremy Thomas
8486c0d751 Fix index backers 2018-05-30 10:23:03 +02:00
Kacper
e4d72a4fd9 Panel docs, FontAwesome 5 icon classes updates
As FontAwesome 5 site states, fa-code-branch icon replaces Font Awesome 4's fa-code-fork.
Just updated two lines, where old class wasn't replaced.
2018-05-29 17:43:55 +01:00