From: Martijn Cuppens Date: Mon, 30 Nov 2020 08:51:32 +0000 (+0100) Subject: Remove default linear gradient (#32277) X-Git-Tag: v5.0.0-beta1~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff25a7532062caf8b922ff8909a7e2db848242f5;p=thirdparty%2Fbootstrap.git 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 --- 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};