Unverified Commit ff25a753 authored by Martijn Cuppens's avatar Martijn Cuppens Committed by GitHub
Browse files

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: default avatarXhmikosR <xhmikosr@gmail.com>
parent 948f8343
No related merge requests found
Showing with 0 additions and 1 deletion
+0 -1
......@@ -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};
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment