Commit Graph

487 Commits

Author SHA1 Message Date
Jeremy Thomas
7cf10a786a Build 0.7.4 2019-02-08 11:38:11 +00:00
Jeremy Thomas
7d739cfadb Fix #1875 2018-10-31 19:22:21 +00:00
May Kittens Devour Your Soul
2d2c8f7a30 Fix for #1875 | buttons and tags group sizing (are-small/are-medium/are-large) (#2201)
* Update button.sass

button grouping sizes

* Update tag.sass
2018-10-31 18:57:58 +00:00
Jeremy Thomas
ff8c4c18ac Fix #1681 2018-10-31 18:31:52 +00:00
Sam Featherstone
e8f485e27a fieldset disabled styles (#1682)
* 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
2018-10-31 18:29:55 +00:00
Jeremy Thomas
c50cc06e5a Fix #2154 2018-10-31 18:19:43 +00:00
Kevin Barralon
bb3f693a70 Fix dropdown links highlighting in Message component 2018-10-31 18:13:06 +00:00
Roger Vandawalker
54954a2907 Give arbitrary elements access to image/ratio responsive classes (#592) 2018-10-31 13:50:49 +00:00
gvdp
2297c65c60 #2091 remove css rule which causes has-addons to not work correctly (#2188)
* #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
2018-10-31 13:44:26 +00:00
Jonathan Taylor
dfd0b88c2c add variables for setting background-color thead, tbody, tfoot (#2206)
* add variables for setting background-color thead, tbody, tfoot

* update changelog
2018-10-31 13:35:42 +00:00
Les Leslie
50fb74d6c8 Add $family-secondary, $family-tertiary, and 6 font family helpers (#2178)
* 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.
2018-10-28 22:12:52 +00:00
Jeremy Thomas
3c096d05bd Fix #372 2018-10-28 14:45:28 +00:00
I'm Luis! ^-^
61899e3ede Added indeterminate progress bar 2018-10-28 12:02:19 +00:00
Ariejan de Vroom
cee7e5cd17 Extract input placeholder colors to variables (#2168)
* 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.
2018-10-28 09:38:14 +00:00
Trent Peterson
a9b5d284cc Replace hard-coded footer padding with new footer-padding variable 2018-10-28 09:36:05 +00:00
Joe Sweeney
8355aa363c Allow border radius if only one control in field
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.
2018-10-28 09:30:52 +00:00
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
ee8e0a497e Add content ol types 2018-10-07 19:04:09 +02:00
slawekrewaj
c12a649c93 Add list style modifiers emulating type attribute values different then decimal to ol element in content class - fixes #1940 2018-10-07 18:41:39 +02:00
Jeremy Thomas
c8272cfbb6 Update changelog 2018-10-07 18:40:36 +02:00
Benjamin Morel
c006b5261c Allow <button> as .dropdown-item 2018-10-07 18:35:18 +02:00
Taku Fukada
0e1580789f Remove right margin from last level-item (is-mobile) 2018-10-07 18:29:50 +02:00
Jeremy Thomas
a05832bd99 Fix #1904 and #1969 2018-10-07 17:58:42 +02:00
Niklas Gögge
b3bf4ea1cf Add is-fullheight-with-navbar class for heros (#1954)
* Added is-fullheight-with-navbar class for heros

* Updated CHANGELOG.md

* Updated CHANGELOG.md
2018-10-07 17:23:48 +02:00
kouceyla
0d319def10 fix error message for required file fix #1137 2018-10-07 12:43:52 +02:00
Jeff Parker, PE
0e51e3d29c Update table.sass, fix color hover on striped rows 2018-10-07 12:11:10 +02:00
Jeremy Thomas
a531ea2758 List docs init 2018-10-02 08:54:58 +01:00
Daniel Däschle
e6e4a5a01a Add list element feature [Fixes #772] (#1720)
* 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
2018-10-02 08:34:10 +01:00
Cornelius A. Ludmann
5a8b28bc82 Fix navbar-burger color when color modifier is used (#1982)
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.
2018-10-02 08:30:08 +01: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
036945d970 Fix #1991 2018-10-02 06:51:11 +01:00
Benjamin Melançon
785b3a0635 Add and use $navbar-breakpoint variable; Fixes #1042 (#2109)
* 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.
2018-10-02 06:40:16 +01:00
Jeremy Thomas
3243ea546e Fix #2085 2018-09-04 15:37:15 +02:00
Jeremy Thomas
04fb26b450 Fix mixins/extends confusion 2018-09-04 15:24:57 +02:00
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
Peter Hull
81a9ada825 Add has-bg helpers for block background colors (#1628)
* Add has-bg helpers for block background colors

* Updating CHANGELOG
2018-04-08 15:19:53 +01:00
Andrew Sosa
4f5899036e Disable table hover in .content by default [Fixes #1295] (#1707)
* Disable table hover in .content #1295

* Remove reference to table hover in elements/content docs. 

Remove unnecessary $content-table-row-hover-background-color variable from sass file
2018-04-08 15:08:57 +01:00
Jeremy Thomas
28a7a744f0 Fix mergeColorMaps 2018-04-08 14:38:59 +01:00
Come2Daddy
4bf1010ec6 Makes adding colors easier
Just map your colors, the bulma way ($name: ($color[,$invert]) into $custom-colors, and import bulma.
Note that, you can provide only the color as the inverted would be computed from it.
2018-04-08 12:42:54 +01:00
Hana Shiro
f5b26760a1 Remove unused code (#1739) 2018-04-03 10:19:47 +01:00
Jeremy Thomas
b4c31c0732 Add book modal 2018-03-26 15:33:31 +01:00
George Chung
0c4482b46d Add .has-navbar-fixed-somewhere support to body tag (#1485) (#1490)
* Add .has-navbar-fixed-somewhere support to body tag (#1485)

* update docs
2018-02-09 17:42:46 +00:00
Robbin Johansson
814d83725f Fix #1473 unset > initial (#1597) 2018-02-02 15:23:34 +00:00
Jeremy Thomas
00801d1e60 Fix #1428 2018-01-16 11:36:17 +01:00
Carl
fd77926550 Fixes #1413 - navbar-menu background-color fix (#1528)
* Fix issue with .navbar-menu not using correct background-color variable

* Fix whitespace issues
2018-01-06 22:28:56 +00:00
Jeremy Thomas
6758bf65aa Update changelog 2017-12-28 16:10:35 +01:00
Angel Gomez
6b5dcf899a Fix missing use of $pagination-color variable (#1569)
The pagination-color variable is not being used anywhere, so setting it
to something else doesn't do anything. This should change the colour of
pagination-previous, pagination-next, and pagination-link classes.
2017-12-28 16:09:56 +01:00
Angel Gomez
64551af87b Fix spacing of the delete button in notification element (#1518) 2017-12-28 16:08:10 +01:00
Kennedy Baird
5727a99d68 update modal to account for navbar-fixed (#1520)
new navbar-fixed breaks the modal, solution to increase modal z-index to 40 from 20 (as navbar-fixed z-index is 30)
2017-12-09 07:52:48 +00:00
Angel Gomez
a99dede908 Remove trailing whitespaces (#1505) 2017-12-06 23:48:35 +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
b4a45e8661 Change default variable value 2017-12-04 21:06:37 +00:00
Jeremy Thomas
6176c2c9f5 Fix #1190 2017-12-04 21:03:01 +00:00
Jeremy Thomas
5800c0dd12 Fix #1453 2017-12-04 19:29:23 +00:00
Jeremy Thomas
75e9742f99 Fix form rounded 2017-12-04 15:14:42 +00:00
Jeremy Thomas
d6dd2cb023 Fix rounded tabs 2017-12-04 13:45:14 +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
Oleksii Potiekhin
e385d3dd9a font-style: italic !important (#1452)
* is-rounded

* Rollback

* font-style: italic;

* Update CHANGELOG.md
2017-11-30 10:56:28 +00:00
Kushal
6c72a802b7 Fix #935 and #1216 (#1203) 2017-11-08 09:55:50 +00:00
Jeremy Thomas
8bdcaa7665 Update changelog 2017-11-07 15:55:00 +00:00
Thomas Krug
5fbaeae0f3 Adds sup and sub to titles and subtitles (#1343)
* Adds sup and sub to titles and subtitles

* Changes sub and sup to 75% and makes them variables

* Merge .title and .subtitle variables

Merged the .title and .subtitle sub and sup variables into just one $title-sub-size and $title-sup-size
2017-11-07 15:53:13 +00:00
Jeremy Thomas
f17975d0ff Fix media content overflow 2017-11-07 14:04:53 +00:00
Jeremy Thomas
74c413c378 Add scroll reveal 2017-11-06 12:51:20 +00:00
Jeremy Thomas
befa6b68b0 Fix navbar link color 2017-11-06 12:51:20 +00:00
Jeremy Thomas
c0639cde83 Add top bottom navbar toggle 2017-11-06 12:51:20 +00:00
Jeremy Thomas
0e6e22e70a Add navbar fixed classes 2017-11-06 12:51:20 +00:00
Philip White
2fed27a83d Allow is-selected class on <td> and <th> tags (#1380)
* Allow is-active class on <td> and <th> tags

* Fix incorrect selectors
2017-11-06 12:35:05 +00:00
jasonhld
79b3f39aa3 Update columns.sass (#1356)
SASS 3.5+ variable parsing compatibility allows only #{}
2017-11-06 12:30:31 +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
Tim MacDonald
06cebdf921 Add is-centered|right modifiers to .tags (#1384)
* add classes

* add to changelig

* move to appropriate place

* more specific margins
2017-11-05 14:09:36 +00:00
Donát Nagy
cddf8712b3 Add feature: is-expanded to navbar-item (#1320) 2017-10-26 12:12:25 +01:00
Elio Grieco
8792984f8e Fix indentation bug for .is-one-fifth (#1358) 2017-10-23 15:31:43 +01:00
mdavid88
7e0019ae44 Fix for issue #963. (#1357)
iOS <button> element's minimum width is dependant on its font-size, so the .delete width wasn't able to be as small as it's height, resulting in one arm of the X being longer than the other. font-size: 0 does the trick.
2017-10-22 23:28:41 +01:00
Rafee Memon
19773cdae7 Remove black line from progress bar in IE (#1342) 2017-10-22 16:51:18 +01:00
Rafee Memon
8724ea375d Fix progress bar colors in IE (#1334) 2017-10-19 07:43:57 +01:00
Naskalin
85d1a0c411 Fix #1235 , add one-fifth column (#1247)
* Update columns.sass

add one-fifth column

* add two-fifths three-fifths and four-fifths

* Update columns.html

update doc / columns

* Update CHANGELOG.md

update changes

* Support for five column grid
2017-10-18 11:49:33 +01:00
bstashio
78fc506e51 Replace hard coded value of body-background-color with white variable (#1185) 2017-10-18 11:33:45 +01:00
Jeremy Thomas
ff732c9aad Improve hamburger alignment 2017-10-18 11:27:51 +01:00
Tim MacDonald
81609cd8c6 improve tag icon spacing (#987) 2017-10-18 10:39:34 +01:00
Nathan Gingrich
4eaa4bee50 Stop is-selected row from changing color on hoverable row (#1328)
* Stop is-selected row from changing color on hoverable row

* fix whitespace modification causing full file diff

* remove trailing newline
2017-10-18 10:36:39 +01:00
Jeremy Thomas
7c94b4e439 Add list of buttons 2017-10-17 11:56:44 +01:00
Oleksii Potiekhin
d010b31c3f visibility: hidden !important (#1289)
* visibility: hidden !important

* CHANGELOG.md

* docs

* docs fix
2017-10-11 18:03:05 +01:00
Jeremy Thomas
56a10e8011 Remove deprecated nav 2017-10-10 10:52:47 +01:00
bstashio
1053ccc0b0 Remove deprecated variables.sass file (#1263) 2017-10-10 10:51:19 +01:00
Jeremy Thomas
53b7afbea7 Add link changelog 2017-10-10 10:50:00 +01:00
Jeremy Thomas
b81a267535 Use blue color 2017-10-10 10:50:00 +01:00
Jeremy Thomas
e037deec73 Add link color 2017-10-10 10:50:00 +01:00
Jeremy Thomas
a592741ab6 Use link instead of primary 2017-10-10 10:50:00 +01:00
Jeremy Thomas
720ed45121 Add show code 2017-10-09 12:27:08 +01:00
Kushal
92da150c4e Update level.sass to fix issue with icons (#1193)
* Update level.sass

Removing `margin-right: 0.75rem` from the `level is-mobile` in #1153 changed the spacing of icons used in the `level-items`. This pr restores the margin-right for the icon class only to restore the behavior as before while keeping changes made in #1153.

* Update level.sass

the margin for icons should be only for level is-mobile.

* Update level.sass

* add margin-right to level-item

* add margin to .level.is-mobile .level-item

made suggested changes
2017-10-08 16:02:27 +01:00
David Hargitai
dac2ea9e01 Fix Webpack build by importing variables in mixins file (#1233)
* Fix Webpack build by importing variables in mixins file

* Import initial-variables instead of variables.sass
2017-10-08 16:01:59 +01:00
Jeremy Thomas
f15e1ee844 Add dropdup to changelog 2017-10-07 17:04:38 +01:00
Yan Sern
9e294874a2 Added .is-up modifier for dropdown. (#1254) 2017-10-07 17:02:49 +01:00
Jeremy Thomas
fc5ddd473c Fix #1236 2017-10-07 16:57:19 +01: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
2315388413 Fix #1101 2017-09-18 23:36:41 +01:00
Jeremy Thomas
63bac2c775 Fix #1189 2017-09-18 23:33:19 +01:00
Jeremy Thomas
f89cca4c50 Fix #1177 2017-09-18 23:02:43 +01:00