discourse-ai/assets/stylesheets/modules/ai-helper
Keegan George 50ad5415ff
UX: `no-text` style being incorrectly added to tag suggester (#987)
In the tag suggester menu we use `DButton` as a wrapper element and use the `discourseTag` helper to render the text inside the element. So visually there is text content inside the button. However, since `DButton` assumes that no `label`/`translatedLabel` inside an element means `.no-text` CSS style should be applied to the button's element, it was resulting in some incorrect styling being applied to this menu. This PR resolves that by programmatically adding the tag as a `translatedLabel` and then visually hiding it with CSS.
2024-12-02 10:11:04 -08:00
..
common UX: `no-text` style being incorrectly added to tag suggester (#987) 2024-12-02 10:11:04 -08:00
desktop UX: AI post helper DMenu styling (#770) 2024-09-11 05:45:48 +02:00
mobile UX: Fix styling of AI Helper on quick edit (#975) 2024-11-28 13:06:48 -03:00