bulma/sass
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
..
base Update changelog 2018-07-09 16:11:05 +01:00
components Add without-arrow class for navbar items (#1919) 2018-06-11 10:51:32 +01:00
elements Fixes #1992 - Disabled form elements hover state is overlapping, if control has add-ons elements (#1993) 2018-07-18 13:09:20 +01:00
grid Add breakpoint based column gaps (#1679) 2018-05-30 09:59:51 +01:00
layout Footer stars 2018-04-10 17:33:43 +01:00
utilities Change $border to $grey-lighter in mixins. Fixes #1862 2018-07-18 13:00:40 +01:00