Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJonas Meurer <jonas@freesources.org>2021-07-02 20:01:56 +0300
committerJonas Meurer <jonas@freesources.org>2021-07-15 13:19:06 +0300
commitc108ccf046d31d93523cda61157fd8d8d054e70e (patch)
treef6b557bbd31a31c0c37cbfc4072f0720ea44ba61 /css
parent4288a3ff4fb151c7db750e597c0f1b67b72f116a (diff)
Add emoji picker to menubar (Fixes: #987)
Signed-off-by: Jonas Meurer <jonas@freesources.org>
Diffstat (limited to 'css')
-rw-r--r--css/icons.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/icons.scss b/css/icons.scss
index 155944aee..0d00aaa86 100644
--- a/css/icons.scss
+++ b/css/icons.scss
@@ -12,6 +12,7 @@
@include icon-black-white('paragraph', 'text', 1);
@include icon-black-white('code', 'text', 1);
@include icon-black-white('image', 'text', 1);
+@include icon-black-white('emoji', 'text', 1);
@include icon-black-white('h1', 'text', 1);
@include icon-black-white('h2', 'text', 1);
@include icon-black-white('h3', 'text', 1);