Commit Graph

194 Commits

Author SHA1 Message Date
Jeremy Thomas
223ee4493e Fix #3145 2020-10-31 18:36:31 +00:00
Jeremy Thomas
8ee5898d47 Update 0.9.1 changelog 2020-09-27 10:35:07 +01:00
Justin Sleep
76ede5a75b Add variable for modal breakpoint 2020-09-02 23:09:01 +02:00
Aria Stewart
da369e134c Allow each component to have its own colors and default to the global set 2020-08-27 10:00:45 +02:00
Jeremy Thomas
eb604e5fff Add keywords inclusion tests 2020-08-08 17:16:04 +01:00
Alexandre Paradis
aed45337a4
Close #2598 (#2630)
* Close #2598

- Add $card-radius variable
- Default to 0 (no braking change)
- Update variables/card.json

* Fix per @jgthms

- Could be a small breaking change
   since `overflow: hidden` is added to card
2020-08-04 09:26:44 +01:00
Jeremy Thomas
6aee604790 Remove deprecated list 2020-06-07 13:27:01 +01:00
Jeremy Thomas
4125514819 Merge branch 'master' into new-helpers 2020-06-07 12:10:36 +01:00
Jeremy Thomas
9663e2503c Fix navbar rtl 2020-05-17 19:38:47 +01:00
Jeremy Thomas
ff70b7f858 Merge branch 'master' into rtl-support 2020-05-17 19:14:19 +01:00
Jeremy Thomas
79389cbf11 Fix select rtl 2020-05-17 19:04:42 +01:00
Jeremy Thomas
a2a9564ca9 Add new spacing helpers 2020-05-17 13:46:40 +01:00
Zhixing Zhang
086bd1c66d Fix issue when there's only one is-toggle tag 2020-05-16 21:21:33 +01:00
Nguyen You
e72b28fb2f Remove duplicate code 2020-03-24 13:39:18 +00:00
Nguyen You
c5ee51d7b4 remote duplicate code 2020-03-23 12:16:06 +00:00
Nguyen You
02630c0f66 remote duplicate code 2020-03-22 17:48:45 +08:00
Jeremy Thomas
f75ae3db01 Add multiple Sass tests 2020-03-16 13:39:03 +11:00
Jeremy Thomas
a5f9266997 Rename LTR mixins 2020-01-22 09:14:04 +00:00
Jeremy Thomas
0ca264016b Add directioner 2020-01-21 08:50:51 +01:00
Jeremy Thomas
f5545ac723 RTL init 2020-01-20 20:39:09 +01:00
Jeremy Thomas
5ba407bf91 Fix #2741 2020-01-05 13:27:54 +00:00
Gomah
d1fb5d3480 fix(panel): use $panel-colors variable 2019-10-21 15:18:47 -04:00
Jeremy Thomas
c2d785ac56 Write 0.8 blog post 2019-10-17 20:51:42 -04:00
Jeremy Thomas
d4c7731792 Add more color documentation, Add light buttons to docs 2019-10-17 20:51:42 -04:00
Jeremy Thomas
0f988eadd9 Add color scheme 2019-10-17 20:51:42 -04:00
Jeremy Thomas
46b3edf9fe Update panel, Fix icon buttons 2019-10-17 20:51:42 -04:00
Jeremy Thomas
43b4b0bdc3 Update shadows 2019-09-19 18:08:42 +01:00
Jeremy Thomas
565af6ddd9 Add more variables 2019-05-17 13:50:39 +01:00
Alexander Schwartz
4d3aad5467 make focus behave like hover for the navigation. Using :focus-within for dropdown menu. 2019-05-17 11:20:15 +01:00
coolbezos_420
8ba8b23133 fix border radius on last-child of list
to fix #2435 issue
2019-05-17 10:26:13 +01: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
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
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
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
Patrick Abkarian
19704daefd Modal card broken on IE11 fix 2018-07-23 12:34:21 +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
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
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