* fieldset disabled styles
* Added disabled styles to button elements included inside a disabled fieldset
* Added comma, and fieldset element reset
* fieldset doesn't need display block
* #2091 remove css rule which causes has-addons to not work correctly
* #2091 remove css rule which causes has-addons to not work correctly
* #2091 Don't include compiled css
* #2091 Don't include compiled css
* Add secondary and tertiary font families to derived-variables.sass
* Add font family helpers to helpers.sass
* Add has-font-* to typography-helpers.html
* Correct number of font family helpers in typography-helpers.html
* Remove $family-tertiary, change has-font to is-family, and update docs.
* Extract input placeholder colors to variables
This makes it easier to override the color colour of the placeholder text in an input.
* Remove semicolon, because SASS.
This is SASS, not SCSS.
If there is only one child inside a field with addons, the current first and last child selectors remove any radius. Since a single control would be both a first and last child at the same time, it gets canceled out. This leverages the :only-child property to not apply this rule if there is only one control.
* Add list element feature
* Move list from elements to components
* Remove list.sass from elements
* Add is-active to list, Move list-item out of list, Change some things
* Change display: flex to block
* Change padding and border to shadow
* Change variable names and padding
* Fix undefined variable bug
* Change reference variable to local variable
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.
* 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.
* Remove unnecessary use of @extend inside mixins
* Revert changes to +unselectable, +delete, and +loader
* Move @extend selector styling to their related mixin.