mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
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:
committed by
Tim Abbott
parent
b149d5fb70
commit
ec43a66f26
@@ -272,10 +272,11 @@ input {
|
|||||||
|
|
||||||
.poll-edit-question,
|
.poll-edit-question,
|
||||||
.todo-edit-task-list-title {
|
.todo-edit-task-list-title {
|
||||||
opacity: 0.4;
|
color: var(--color-message-action-visible);
|
||||||
|
|
||||||
&:hover {
|
&:hover,
|
||||||
opacity: 1;
|
&:focus-visible {
|
||||||
|
color: var(--color-message-action-interactive);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user