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
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
Jeremy Thomas
c342fcf941
Fix Sass build
2018-04-13 16:17:50 +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
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
292fd8ac4f
Use extends
2018-04-08 20:15:06 +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
Hana Shiro
f5b26760a1
Remove unused code ( #1739 )
2018-04-03 10:19:47 +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
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
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