]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove default linear gradient (#32277)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Mon, 30 Nov 2020 08:51:32 +0000 (09:51 +0100)
committerGitHub <noreply@github.com>
Mon, 30 Nov 2020 08:51:32 +0000 (10:51 +0200)
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>
scss/_tables.scss

index 1b2db3008b9124c08fc63798f61493e4b4052601..506c60be0e614fdfa92d734ba68192ed827b22ed 100644 (file)
@@ -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};