fix autosuggest for dark themes (#507)
This commit is contained in:
parent
464ed5ab71
commit
8334598786
|
@ -25,4 +25,8 @@
|
||||||
--muted-modal-hover: #{rgba(255, 255, 255, 0.2)};
|
--muted-modal-hover: #{rgba(255, 255, 255, 0.2)};
|
||||||
|
|
||||||
--compose-button-halo: #{rgba(255, 255, 255, 0.1)};
|
--compose-button-halo: #{rgba(255, 255, 255, 0.1)};
|
||||||
|
|
||||||
|
--compose-autosuggest-item-hover: #{lighten($main-bg-color, 10%)};
|
||||||
|
--compose-autosuggest-item-active: #{lighten($main-bg-color, 15%)};
|
||||||
|
--compose-autosuggest-outline: #{lighten($border-color, 20%)};
|
||||||
}
|
}
|
Loading…
Reference in a new issue