Commit Graph

502 Commits

Author SHA1 Message Date
Jeremy Thomas
09b68d9754 Merge branch 'master' into css-variables-with-fallback 2020-10-31 20:27:07 +00:00
Jeremy Thomas
e9389a9821 Fix #1583 2020-10-31 19:28:40 +00:00
Jeremy Thomas
9787f3037e Fix #2937 2020-10-31 18:55:52 +00:00
Jeremy Thomas
8f7c1a3858 Fix #3012 2020-10-31 18:53:20 +00:00
Jeremy Thomas
b90d4921b3 Fix #3089 2020-10-31 18:43:40 +00:00
Jeremy Thomas
223ee4493e Fix #3145 2020-10-31 18:36:31 +00:00
Isitar
77889cca34 fix is-clickable for icons in input fields 2020-10-19 19:39:44 +01:00
Jeremy Thomas
bd1b032be8 Fix #3005 2020-10-07 21:06:43 +01:00
Jeremy Thomas
85f61f2dfd Add new container docs 2020-09-27 23:50:12 +01:00
Jeremy Thomas
3d61f41fea Add Flexbox helpers documentation 2020-09-27 11:29:35 +01:00
Jeremy Thomas
8ee5898d47 Update 0.9.1 changelog 2020-09-27 10:35:07 +01:00
Dan Gowans
98090feaf8 Update generic.sass
In the latest version of Firefox, the `font-family` is respected for `option`s in a `select`, but not for `option`s in an `optgroup` is a `select`.  This fixes that.
2020-09-10 20:16:57 +01:00
Jeremy Thomas
4ca02cfb2b Clean up 2020-09-07 08:56:04 +01:00
Jeremy Thomas
ed23e59334 Replace bulmaDarken and bulmaLighten instances 2020-09-06 14:25:06 +01:00
Jeremy Thomas
3ee48f2236 Fix select and button rgba 2020-09-06 10:53:18 +01:00
Jeremy Thomas
238b43761f Add CSS var map regex, Fix basic list of CSS vars 2020-09-06 10:28:48 +01:00
Justin Sleep
76ede5a75b Add variable for modal breakpoint 2020-09-02 23:09:01 +02:00
Jeremy Thomas
f85f5dea4e Style more button parts 2020-09-01 20:02:57 +02:00
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
85cdc54826 Add HSLA colors with Sass map fallbacks 2020-08-27 14:01:04 +02:00
Jeremy Thomas
cfa4b562b3 Merge branch 'master' into css-variables-with-fallback 2020-08-27 12:04:00 +02:00
Jeremy Thomas
5e4bf5ed55 Fix #3020: Add spacing helpers for all sides 2020-08-27 11:46:39 +02:00
Jeremy Thomas
8c522b891b Fix #2993, Restore derived variables file extension 2020-08-27 10:18:22 +02:00
Abner Soares Alves Junior
3642fcccca Adds not allowed cursor to missing inputs 2020-08-27 10:04:10 +02:00
Matthijs Meulenbrug
3c4dd3a326 Flexbox helpers (#3047)
* Add flexbox helpers

* Add flex-{grow,shrink}: 0

* Order alphabetically

* Make classes shorter

* Rename to flexbox and used full attribute names
2020-08-27 10:02:12 +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
9f3adb4930 Add more CSS variables with fallback 2020-08-27 09:57:33 +02:00
Jeremy Thomas
42815a783d Add fallback values for input and control CSS variables 2020-08-24 11:46:59 +02:00
Jeremy Thomas
d79c6dbc3c Get default assignments automatically 2020-08-24 11:41:30 +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
0ecc5bd35d Add CSS variables to all elements 2020-08-22 09:02:48 +02:00
Jeremy Thomas
340f13d168 Update elements to CSS variables 2020-08-22 09:02:48 +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
681fb52d2b Update subtitle variables 2020-08-22 09:02:12 +02:00
Jeremy Thomas
b0e546a994 Init themes 2020-08-22 09:02:12 +02:00
Alexander Schwartz
7a3efb04aa make the default text color of code listings more accessible 2020-08-22 08:57:38 +02:00
Josh Salverda
3710f648af Fix indeterminate progress styling in IE11
IE11 (and possibly Edge?) adds an extra pseudo element with their own animation styling, this change removes that animation.
2020-08-18 18:10:45 +02:00
Noah
86e0aaa09f Add is-clickable to helpers (#3085)
* Add is-clickable to helpers

* Be sure to add !important
2020-08-18 14:26:04 +02:00