Merge pull request #3874 from DSpace/backport-3872-to-dspace-8_x

[Port dspace-8_x] SCSS cleanup: remove duplicated line
This commit is contained in:
Tim Donohue
2025-01-21 15:12:34 -06:00
committed by GitHub

View File

@@ -220,7 +220,6 @@
--bs-table-dark-hover-color: #{$table-dark-hover-color}; --bs-table-dark-hover-color: #{$table-dark-hover-color};
--bs-table-dark-hover-bg: #{$table-dark-hover-bg}; --bs-table-dark-hover-bg: #{$table-dark-hover-bg};
--bs-table-dark-border-color: #{$table-dark-border-color}; --bs-table-dark-border-color: #{$table-dark-border-color};
--bs-table-dark-color: #{$table-dark-color};
--bs-table-striped-order: #{$table-striped-order}; --bs-table-striped-order: #{$table-striped-order};
--bs-table-caption-color: #{$table-caption-color}; --bs-table-caption-color: #{$table-caption-color};
--bs-table-bg-level: #{$table-bg-level}; --bs-table-bg-level: #{$table-bg-level};