Skip to content

Commit 701720c

Browse files
committed
[Site] Fix TomSelect select colors in dark mode
(and remove a little closing tag trying to outsmart everyone)
1 parent 5688875 commit 701720c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ux.symfony.com/assets/styles/vendor/_tom-select.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.ts-dropdown, .ts-control, .ts-control input {
2-
color: var(--bs-body-color);
2+
color: var(--bs-body-color) !important;
33
}
44

55
.ts-dropdown, .ts-dropdown.form-control, .ts-dropdown.form-select {

ux.symfony.com/templates/liveDemoBase.html.twig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868

6969
{% block aside %}
7070
<aside style="background-color: var(--bs-secondary-bg-subtle);" class="mt-5">
71-
7271
<twig:PrevNextDemo demo="{{ demo }}" />
73-
</aside>>
72+
</aside>
7473
{% endblock %}

0 commit comments

Comments
 (0)