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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-14 20:32:20 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-14 23:31:31 +0300
commit9f076774e580950284150afb2e5d9e29b17df900 (patch)
tree45bc81c4bc4eb6a82c75b8d46d0ee12e2711312b /templates/display
parent2e4c69d7b4ebfdead7ba0304d14993378661f262 (diff)
Remove `table-light` CSS classes
These classes were added by 6408b7179abd139125f44980d016699f8e9f62f5. However they aren't exactly the same as thead-light classes that exists in Bootstrap 4. Related to https://github.com/phpmyadmin/phpmyadmin/issues/17455. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'templates/display')
-rw-r--r--templates/display/results/table.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/display/results/table.twig b/templates/display/results/table.twig
index 980f17e660..c5e1f4bd41 100644
--- a/templates/display/results/table.twig
+++ b/templates/display/results/table.twig
@@ -202,7 +202,7 @@
{% endif %}
<div class="table-responsive-md">
- <table class="table table-light table-striped table-hover table-sm table_results data ajax w-auto" data-uniqueId="{{ unique_id }}">
+ <table class="table table-striped table-hover table-sm table_results data ajax w-auto" data-uniqueId="{{ unique_id }}">
{{ headers.button|raw }}
{{ headers.table_headers_for_columns|raw }}