more field icons color

This commit is contained in:
Yuri Kuznetsov
2024-11-18 21:24:25 +02:00
parent 00f6bf6bf6
commit 5df5b9b3f5
2 changed files with 2 additions and 2 deletions

View File

@@ -201,7 +201,7 @@ class MeetingRemindersField extends BaseFieldView {
const $remove = $('<button>')
.addClass('btn')
.addClass('btn-link')
.addClass('btn-text')
.css('margin-left', '5px')
.attr('type', 'button')
.attr('data-action', 'removeReminder')

View File

@@ -501,7 +501,7 @@ input[type="radio"].form-radio {
.link-container {
> .list-group-item {
a[data-action="removeValue"] {
a[role="button"] {
color: var(--gray-soft);
&:hover {
color: var(--btn-text-color);