mirror of
https://github.com/directus/directus.git
synced 2026-02-07 02:05:03 -05:00
* add simple emoji picker and improve comments * add v-md option to open in new tab * fix styling when editing comment * clean up code * use script setup * use different emoji lib * fix inserting emojis into text * fix search styling * always show cancel button * comment style tweaks * clean up emoji picker * add placeholder to v-template-input * cleanup comments some more * clean up comments sooooome more * fix notify message on update * update comment markdown styling * button and icon hover colors * move styling to global file * clean up code Co-authored-by: rijkvanzanten <rijkvanzanten@me.com> Co-authored-by: Ben Haynes <ben@rngr.org>
Styles
The global styles of the application. Even though everything is based around scoped styles in the components, there's still a need to have a certain set of global styles. Most importantly the global reset (_base.scss) and CSS Custom Properties (variables).
There are a couple of third party plugins (codemirror / TinyMCE etc) that expect their styles to be global. This folder can be used for that as well.