Files
directus/app/src/styles
Nitwel 7639023a4f Emoji Picker & Comment improvements (#11946)
* 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>
2022-04-22 12:18:45 -04:00
..
2021-09-10 15:01:58 -04:00
2022-03-18 15:52:04 +00:00
2021-03-04 10:42:37 -05:00
2021-05-04 18:52:08 -04:00

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.