mirror of https://github.com/zulip/zulip.git
update_ui: Standardize pencil icon color for todo and poll.
Ensure consistent pencil icon color for both todo and poll features in hover and non-hover states across light and dark themes. Fixes #30339.
This commit is contained in:
parent
b149d5fb70
commit
ec43a66f26
|
@ -272,10 +272,11 @@ input {
|
|||
|
||||
.poll-edit-question,
|
||||
.todo-edit-task-list-title {
|
||||
opacity: 0.4;
|
||||
color: var(--color-message-action-visible);
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
&:hover,
|
||||
&:focus-visible {
|
||||
color: var(--color-message-action-interactive);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue