Modern CSS framework based on Flexbox
Go to file
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
.github Document how to try the changes (#1920) 2018-06-06 00:45:21 +01:00
css Deploy 0.7.1 2018-04-18 17:23:02 +01:00
docs Use link subtitle as meta description 2018-07-18 12:59:32 +01:00
sass Fixes #1992 - Disabled form elements hover state is overlapping, if control has add-ons elements (#1993) 2018-07-18 13:09:20 +01:00
test Add travis-ci to run tests before merging a PR (#1184) 2017-09-15 19:34:10 +01:00
.editorconfig Fix end of line config 2017-12-14 09:09:04 +00:00
.gitignore Add travis-ci to run tests before merging a PR (#1184) 2017-09-15 19:34:10 +01:00
.travis.yml Add travis-ci to run tests before merging a PR (#1184) 2017-09-15 19:34:10 +01:00
BACKERS.md Fix index backers 2018-05-30 10:23:03 +02:00
bower.json Deploy 0.7.1 2018-04-18 17:23:02 +01:00
bulma.sass Deploy 0.7.1 2018-04-18 17:23:02 +01:00
CHANGELOG.md Update changelog 2018-07-18 13:01:13 +01:00
LICENSE Update year (#1742) 2018-03-20 14:52:36 +00:00
package.json Deploy 0.7.1 2018-04-18 17:23:02 +01:00
README.md Update README.md 2018-05-25 11:26:00 +02:00
yarn.lock Add yarn lock 2018-04-13 16:00:06 +01:00

Bulma

Bulma is a modern CSS framework based on Flexbox.

npm npm Awesome Join the chat at https://gitter.im/jgthms/bulma Build Status

Bulma: a Flexbox CSS framework

Quick install

Bulma is constantly in development! Try it out now:

NPM

npm install bulma

or

Yarn

yarn add bulma

Bower

bower install bulma

Import

After installation, you can import the CSS file into your project using this snippet:

import 'bulma/css/bulma.css'

CDN

https://cdnjs.com/libraries/bulma

Feel free to raise an issue or submit a pull request.

CSS only

Bulma is a CSS framework. As such, the sole output is a single CSS file: bulma.css

You can either use that file, "out of the box", or download the Sass source files to customize the variables.

There is no JavaScript included. People generally want to use their own JS implementation (and usually already have one). Bulma can be considered "environment agnostic": it's just the style layer on top of the logic.

Browser Support

Bulma uses autoprefixer to make (most) Flexbox features compatible with earlier browser versions. According to Can I use, Bulma is compatible with recent versions of:

  • Chrome
  • Edge
  • Firefox
  • Opera
  • Safari

Internet Explorer (10+) is only partially supported.

Documentation

The documentation resides in the docs directory, and is built with the Ruby-based Jekyll tool.

Browse the online documentation here.

Project Description
Bulma with Attribute Modules Adds support for attribute-based selectors.
Bulma with Rails Integrates Bulma with the rails asset pipeline
Vue Admin Vue Admin framework powered by Bulma
Bulmaswatch Free themes for Bulma
Goldfish Vault UI with Bulma, Golang, and Vue Admin
ember-bulma Ember addon providing a collection of UI components for Bulma
Bloomer A set of React components for Bulma
Re-bulma Bulma components build with React
React-bulma React.js components for Bulma
Buefy Lightweight UI components for Vue.js based on Bulma
vue-bulma-components Bulma components for Vue.js with straightforward syntax
BulmaJS Javascript integration for Bulma. Written in ES6 with a data-* API
Bulma-modal-fx A set of modal window effects with CSS transitions and animations for Bulma
Bulma.styl 1:1 Stylus translation of Bulma
elm-bulma Bulma + Elm
elm-bulma-classes Bulma classes prepared for usage with Elm
Bulma Customizer Bulma Customizer Create your own bespoke Bulma build
Fulma Wrapper around Bulma for fable-react
Laravel Enso SPA Admin Panel built with Bulma, VueJS and Laravel
Django Bulma Integrates Bulma with Django
Bulma Templates Free Templates for Bulma
React Bulma Components Another React wrap on React for Bulma.io
purescript-bulma PureScript bindings for Bulma
Vue Datatable Bulma themed datatable based on Vue, Laravel & JSON templates
bulma-fluent Fluent Design Theme for Bulma inspired by Microsofts Fluent Design System

Code copyright 2018 Jeremy Thomas. Code released under the MIT license.