Wrong arrow color on boxed categories

Here’s a boxed category selector:
image

The arrow color is set by a style HTML attribute.

When you click on the selector, the style attribute is removed and the arrow becomes grey from its CSS property:
image

If you unselect the selector the arrow stays grey:
image

Discourse version: 2.5.0.beta2

7 Likes

Cc @joffreyjaffeux this looks valid

4 Likes

Thx :+1:

That should fix it:

https://github.com/discourse/discourse/commit/5fb5807098c7480cc2882bd309588c9d49c71390

8 Likes