mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
more field icons color
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user