mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°4628 - Upgrade bulma lib to v0.9.4 to avoid hack from N°4481
This commit is contained in:
9
node_modules/bulma-scss/elements/_table.scss
generated
vendored
9
node_modules/bulma-scss/elements/_table.scss
generated
vendored
@@ -1,3 +1,5 @@
|
||||
@import "../utilities/mixins";
|
||||
|
||||
$table-color: $text-strong !default;
|
||||
$table-background-color: $scheme-main !default;
|
||||
|
||||
@@ -5,6 +7,7 @@ $table-cell-border: 1px solid $border !default;
|
||||
$table-cell-border-width: 0 0 1px !default;
|
||||
$table-cell-padding: 0.5em 0.75em !default;
|
||||
$table-cell-heading-color: $text-strong !default;
|
||||
$table-cell-text-align: left !default;
|
||||
|
||||
$table-head-cell-border-width: 0 0 2px !default;
|
||||
$table-head-cell-color: $text-strong !default;
|
||||
@@ -23,6 +26,8 @@ $table-row-active-color: $primary-invert !default;
|
||||
$table-striped-row-even-background-color: $scheme-main-bis !default;
|
||||
$table-striped-row-even-hover-background-color: $scheme-main-ter !default;
|
||||
|
||||
$table-colors: $colors !default;
|
||||
|
||||
.table {
|
||||
@extend %block;
|
||||
|
||||
@@ -37,7 +42,7 @@ $table-striped-row-even-hover-background-color: $scheme-main-ter !default;
|
||||
vertical-align: top;
|
||||
|
||||
// Colors
|
||||
@each $name, $pair in $colors {
|
||||
@each $name, $pair in $table-colors {
|
||||
$color: nth($pair, 1);
|
||||
$color-invert: nth($pair, 2);
|
||||
|
||||
@@ -73,7 +78,7 @@ $table-striped-row-even-hover-background-color: $scheme-main-ter !default;
|
||||
color: $table-cell-heading-color;
|
||||
|
||||
&:not([align]) {
|
||||
text-align: inherit;
|
||||
text-align: $table-cell-text-align;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user