Commit Graph

351 Commits

Author SHA1 Message Date
Christopher Darling
deb83d60df Remove clip-path from .is-sr-only
see 6bad0f84f4
2018-08-26 16:16:03 +02:00
Brandon
2c716292bc Remove unnecessary use of @extend inside mixins (#2000)
* Remove unnecessary use of @extend inside mixins

* Revert changes to +unselectable, +delete, and +loader

* Move @extend selector styling to their related mixin.
2018-08-01 11:51:44 +01:00
Patrick Abkarian
e19e75eb68 ie11 doesn't listen to size="" if it's given initial 2018-07-23 12:34:47 +01:00
Patrick Abkarian
19704daefd Modal card broken on IE11 fix 2018-07-23 12:34:21 +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
Brandon
d4b92c0faf Change $border to $grey-lighter in mixins. Fixes #1862 2018-07-18 13:00:40 +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
HacheB
8d049b5959 Update notification.sass
For use dropdown component in notification.
2018-07-09 15:50:37 +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
Patrick Abkarian
ef228de2a0 issues/1902 fix
https://github.com/jgthms/bulma/issues/1902
2018-05-31 18:28:43 +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
May Kittens Devour Your Soul
0b600d02b2 fixes delete [pointer-events]
this is bugfix, because without it, delete icon, when placed in searchbox, displays, but doesn't work upon click.
2018-05-25 11:25:37 +02:00
Nick
76c068e329 negative margin issue
The negative margin for pixel perfection should be 0.75rem for .navbar-brand and .navbar-menu
2018-05-25 11:24:11 +02:00
Guillaume Virlet
a9a5666b9c fixiing bad default value for background color of card header, content and footer. Previously was none, now it is transparent (default CSS value) 2018-05-01 15:15:38 -07:00
Jeremy Thomas
c414b5c0ab Fix #1796, Fix #1806 2018-04-18 17:03:53 +01:00
Come2Daddy
3f7be4573d Fix #1789 2018-04-15 06:47:40 +01:00
Jeremy Thomas
c342fcf941 Fix Sass build 2018-04-13 16:17:50 +01:00
Jeremy Thomas
379bcb481e Fix button docs 2018-04-12 00:20:58 +01:00
Jeremy Thomas
24878c09bc Improve message 2018-04-11 16:07:35 +01:00
Jeremy Thomas
421ec20b7a Fix fixed spaced navbar 2018-04-11 12:12:55 +01:00
Jeremy Thomas
100138e3ba Fix navbar arrow 2018-04-11 10:02:37 +01:00
Jeremy Thomas
3babdbc850 Fix select colors 2018-04-11 09:59:47 +01:00
Jeremy Thomas
13027e4aad Add navbar icon only child 2018-04-11 09:43:27 +01:00
Jeremy Thomas
89f2c47003 Add spaced navbar 2018-04-11 01:38:07 +01:00
Jeremy Thomas
a88b024dcc Add documentation icons 2018-04-10 22:38:00 +01:00
Jeremy Thomas
91776c091f Footer stars 2018-04-10 17:33:43 +01:00
Jeremy Thomas
6b53425544 Top-level pages 2018-04-09 20:19:29 +01:00
Jeremy Thomas
f0074aa339 Do elements 2018-04-09 14:15:31 +01:00
Jeremy Thomas
0f9d338f66 Create links nav 2018-04-09 12:45:52 +01:00
Jeremy Thomas
4ede497c96 Add main layout 2018-04-09 10:35:44 +01:00
Jeremy Thomas
a6b48378f8 New docs init 2018-04-09 01:12:55 +01:00
Jeremy Thomas
740df6a0fa Fix #1759 2018-04-08 20:15:06 +01:00
Jeremy Thomas
a76c16b387 Add control and button border variables 2018-04-08 20:15:06 +01:00
Jeremy Thomas
6ec42afb20 Fix #1778 2018-04-08 20:15:06 +01:00
Jeremy Thomas
8baa6cc6dc Fix before and after selectors 2018-04-08 20:15:06 +01:00
Jeremy Thomas
292fd8ac4f Use extends 2018-04-08 20:15:06 +01:00
Jonathan Linat
6691033fba Updated 'minireset.sass' file to the latest available version (v0.0.3). 2018-04-08 17:58:56 +01:00
doc75
79a46c0802 add 3 variables to allow customization of card-header, card-content and card-footer background (#1619) 2018-04-08 16:52:06 +01:00
Alexandre Cibot
29d784ccca Fix .delete on .tag 2018-04-08 16:36:48 +01:00
Paulo Tosi
6da252df60 Implementing a simple version of the native sass percentage function for the grid system 2018-04-08 16:36:28 +01:00
Pieter Jan De Smedt
6bfc1a61f7 Add some common photography aspect ratios (5:4, 5:3, 3:1) and all aspect ratio portrait counterparts 2018-04-08 16:30:27 +01:00
Jeremy Thomas
2e73df0289 Fix travis builds 2018-04-08 16:06:57 +01:00
Tim MacDonald
ee4ba31556 add is-expanded modifier 2018-04-08 15:56:18 +01:00
Jeremy Thomas
7ece5f5156 Add color helpers 2018-04-08 15:34:40 +01:00