Commit Graph

72 Commits

Author SHA1 Message Date
Jeremy Thomas
291c437ab5 Fix #1696 2018-10-28 07:56:15 +00:00
Nick
403b26696d The Details disclosure element fixes (#1978)
* The Details disclosure element fixes

* Update form.sass

``display: flex`` removed
2018-10-28 07:51:39 +00:00
Jeremy Thomas
a05832bd99 Fix #1904 and #1969 2018-10-07 17:58:42 +02:00
kouceyla
0d319def10 fix error message for required file fix #1137 2018-10-07 12:43:52 +02: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
04fb26b450 Fix mixins/extends confusion 2018-09-04 15:24:57 +02:00
Patrick Abkarian
e19e75eb68 ie11 doesn't listen to size="" if it's given initial 2018-07-23 12:34:47 +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
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
3babdbc850 Fix select colors 2018-04-11 09:59:47 +01:00
Robbin Johansson
814d83725f Fix #1473 unset > initial (#1597) 2018-02-02 15:23:34 +00:00
Angel Gomez
abead00bfe Add z-index to is-loading class (#1497)
The `has-addons` class for a field can hide the loader of its children
if they have the `is-loading` class when the field is hovered or active.
2017-12-04 22:12:25 +00:00
Jeremy Thomas
75e9742f99 Fix form rounded 2017-12-04 15:14:42 +00:00
Jeremy Thomas
267f2c137f Fix rounded 2017-12-04 13:39:15 +00:00
Oleksii Potiekhin
61938a39e9 is-rounded (#1323)
* is-rounded

* padding
2017-12-04 13:21:38 +00:00
Tim MacDonald
c2fae7154b Add is-empty modifier to file upload (#1383)
* add classes

* add to changelog
2017-11-06 12:26:08 +00:00
Alexei Mikhailov
cb53fcf842 Include placeholder mixin in input (#1257)
...so that its color is consistent with $input-color
2017-10-04 11:52:45 +01:00
Jeremy Thomas
63bac2c775 Fix #1189 2017-09-18 23:33:19 +01:00
Daniel Bayerlein
5355542bbe chmod 0644 *.sass (#1071) 2017-09-01 14:15:12 +02:00
Jeremy Thomas
695c72c6a9 More snippets 2017-09-01 10:16:16 +02:00
Jeremy Thomas
cda59a3101 Add focus variables 2017-09-01 10:16:16 +02:00
Andrzej Kupczyk
975766f17f Add a new modifier class for disabling resizability of a textarea (#1045) 2017-08-08 20:33:57 +01:00
Jeremy Thomas
f9acb1ea69 Add file alignment 2017-08-07 19:49:24 +01:00
Jeremy Thomas
ed8fc14d78 Fix background color 2017-07-30 00:32:56 +01:00
Jeremy Thomas
01835c071e Add is-right and is-fullwidth for file 2017-07-30 00:32:56 +01:00
Jeremy Thomas
057c272f6f Add file colors 2017-07-30 00:32:56 +01:00
Jeremy Thomas
e1a82944d3 Add JS instructions 2017-07-30 00:32:56 +01:00
Jeremy Thomas
a14b67aa50 Add file 2017-07-30 00:32:56 +01:00
Jeremy Thomas
1be49f2190 Add customisation variables 2017-07-29 18:24:07 +01:00
Wikiki
459d544c8c Add $input-shadow variable (#925)
* Add $input-shadow variable

* Remove unnecessary :
2017-07-26 21:22:30 +01:00
Jeremy Thomas
f9223ad360 Add versions 2017-07-24 16:00:05 +02:00
Tim MacDonald
ee6a225e78 Fixes #26 Textarea now respects rows attribute (#859)
* textarea now respects rows attribute

* use the :not() selector

* better sass selectors
2017-07-21 09:31:48 +02:00
Jeremy Thomas
fcca456bac Add select 2017-07-17 19:46:53 +01:00
Jeremy Thomas
48f0de2062 Fix #715 2017-07-17 19:46:53 +01:00
Jeremy Thomas
997042ba8e Fix #820 2017-06-27 22:57:13 +01:00
Jeremy Thomas
73df49af54 Fix #702 2017-05-28 14:29:07 +01:00
Jeremy Thomas
34dd736075 Fix #747 2017-05-28 14:29:07 +01:00
Julio Montaño
301a3c4fec Add max width to .select, .select select (#719)
* Set .select, .select select max-width to 100%

* Comply with styleguide
2017-04-30 00:50:00 +01:00
Josh Smith
a0244ea924 Fixed indentation in elements/form.sass
Resolves an issue where compiling the sass resulted in `error (Line 348 of bower_components/bulma/sass/elements/form.sass: The line was indented 2 levels deeper than the previous line.)`.
2017-04-18 11:28:21 +01:00
Jeremy Thomas
17de5fb78f Add has-icons modifier 2017-04-15 16:02:51 +01:00
Jeremy Thomas
79d5ab6b70 Fix #676 2017-04-15 14:51:59 +01:00
Jeremy Thomas
ffc66a0270 Fix #634 2017-04-15 14:41:32 +01:00
Jeremy Thomas
ea8b26ed12 Fix #584, Fix #571 2017-04-13 01:11:54 +01:00
Jeremy Thomas
2452a69aa7 Feature #586, Fix #537 2017-04-02 14:18:34 +01:00
Jeremy Thomas
ab6bf8e177 Fix #607 2017-04-02 14:06:08 +01:00
Jeremy Thomas
f49f8d6a22 Fix disabled controls, Fix disabled pagination 2017-04-01 13:32:07 +01:00
Jeremy Thomas
2c6aabcde7 Fix disabled buttons 2017-04-01 13:32:07 +01:00
Jeremy Thomas
3590dc18aa Fix #569 2017-03-17 00:16:23 +00:00