diff options
| author | Martijn Cuppens <[email protected]> | 2020-11-30 09:51:32 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-30 10:51:32 +0200 |
| commit | ff25a7532062caf8b922ff8909a7e2db848242f5 (patch) | |
| tree | 9d82964949644b2b9d44c31e9541ffb3799b8b73 | |
| parent | 948f8343474d8fea4bf8fa01ad2d71e9428d53d8 (diff) | |
| download | bootstrap-ff25a7532062caf8b922ff8909a7e2db848242f5.tar.xz bootstrap-ff25a7532062caf8b922ff8909a7e2db848242f5.zip | |
Remove default linear gradient (#32277)
Remove the default invisible gradient causing the performance issue in #32266. By removing the custom property, the linear gradient will become invalid, thus not appear by default.
There can still be a performance issue with striped tables though.
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | scss/_tables.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss index 1b2db3008..506c60be0 100644 --- a/scss/_tables.scss +++ b/scss/_tables.scss @@ -4,7 +4,6 @@ .table { --#{$variable-prefix}table-bg: #{$table-bg}; - --#{$variable-prefix}table-accent-bg: transparent; --#{$variable-prefix}table-striped-color: #{$table-striped-color}; --#{$variable-prefix}table-striped-bg: #{$table-striped-bg}; --#{$variable-prefix}table-active-color: #{$table-active-color}; |
