Commit Graph

207 Commits

Author SHA1 Message Date
Jeremy Thomas
ff889b39fd Add CSS vars to buttons 2020-08-28 13:54:53 +02:00
Jeremy Thomas
ea72271795 Restore correct colored navbar menu styling 2020-08-28 09:48:41 +02:00
Jeremy Thomas
15c7cc7db8 Fix navbar CSS vars 2020-08-28 09:34:24 +02:00
Jeremy Thomas
c5d4770067 Use CSSVar darken for navbar 2020-08-27 14:23:14 +02:00
Jeremy Thomas
cfa4b562b3 Merge branch 'master' into css-variables-with-fallback 2020-08-27 12:04:00 +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
5b91a89ee2 Add CSS variables to form controls 2020-08-23 18:46:09 +02:00
Jeremy Thomas
4cb72c225a Check if assigned CSS vars are actually used 2020-08-23 13:15:42 +02:00
Jeremy Thomas
64b89dbc63 Add CSS variables test 2020-08-23 13:08:53 +02:00
Jeremy Thomas
5966d31b5e Add CSS variables to tabs 2020-08-22 11:54:08 +02:00
Jeremy Thomas
591915e0e1 Add CSS vars to navbar 2020-08-22 11:32:55 +02:00
Jeremy Thomas
166fcdb32c Add functions to register and assign CSS variables 2020-08-22 11:19:21 +02:00
Jeremy Thomas
f11812ab86 Fix box and navbar shadows 2020-08-22 09:02:48 +02:00
Jeremy Thomas
2fc648fb94 Fallback to rgb shadow color 2020-08-22 09:02:48 +02:00
Jeremy Thomas
eef8f5577f Move CSS variables to message scope 2020-08-22 09:02:48 +02:00
Jeremy Thomas
0e4eda2d81 Use primary color in CSS variable for the message component 2020-08-22 09:02:48 +02:00
Jeremy Thomas
7d2dcba944 Update color functions 2020-08-22 09:02:48 +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