Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2020-11-30 11:51:32 +0300
committerGitHub <noreply@github.com>2020-11-30 11:51:32 +0300
commitff25a7532062caf8b922ff8909a7e2db848242f5 (patch)
tree9d82964949644b2b9d44c31e9541ffb3799b8b73 /scss
parent948f8343474d8fea4bf8fa01ad2d71e9428d53d8 (diff)
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 <xhmikosr@gmail.com>
Diffstat (limited to 'scss')
-rw-r--r--scss/_tables.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_tables.scss b/scss/_tables.scss
index 1b2db3008b..506c60be0e 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};