mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Build 1.0.3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@charset "UTF-8";
|
||||
/*! bulma.io v1.0.2 | MIT License | github.com/jgthms/bulma */
|
||||
/*! bulma.io v1.0.3 | MIT License | github.com/jgthms/bulma */
|
||||
/* Bulma Utilities */
|
||||
:root {
|
||||
--bulma-control-radius: var(--bulma-radius);
|
||||
@@ -981,6 +981,10 @@ a.box:active {
|
||||
--bulma-button-border-width: max(2px, 0.125em);
|
||||
--bulma-button-outer-shadow-alpha: 1;
|
||||
}
|
||||
.button.is-outlined[disabled], fieldset[disabled] .button.is-outlined {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
.button.is-inverted {
|
||||
background-color: hsl(var(--bulma-button-h), var(--bulma-button-s), calc(var(--bulma-button-color-l) + var(--bulma-button-background-l-delta)));
|
||||
color: hsl(var(--bulma-button-h), var(--bulma-button-s), var(--bulma-button-background-l));
|
||||
|
||||
Reference in New Issue
Block a user