diff --git a/web/modals/threads/color-selector-button.css b/web/modals/threads/color-selector-button.css index 9a870107c..1cf2e271c 100644 --- a/web/modals/threads/color-selector-button.css +++ b/web/modals/threads/color-selector-button.css @@ -1,23 +1,21 @@ div.container { height: 48px; width: 48px; border-radius: 24px; cursor: pointer; align-items: center; justify-content: center; display: flex; - transition: 150ms; } div.active, div.container:hover { background-color: var(--color-selector-active-bg); - transition: 150ms; } div.colorSplotch { height: 32px; width: 32px; border-radius: 16px; cursor: pointer; }