aboutsummaryrefslogtreecommitdiffstats
path: root/public/less/_emojify.less
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2019-11-12 17:22:16 +0800
committerAntoine GIRARD <sapk@users.noreply.github.com>2019-11-12 10:22:16 +0100
commite4e6d48e30da944192263f7ad812dfa78f03ae27 (patch)
treec916a645486c46cdc9dbf8e61c3454e757abe1ff /public/less/_emojify.less
parenta0d401451710622b2856d61bf514bccdc7bd0fbd (diff)
downloadgitea-e4e6d48e30da944192263f7ad812dfa78f03ae27.tar.gz
gitea-e4e6d48e30da944192263f7ad812dfa78f03ae27.zip
Move less from public/ to web_src/ so that it will not be packe… (#8908)
Diffstat (limited to 'public/less/_emojify.less')
-rw-r--r--public/less/_emojify.less10
1 files changed, 0 insertions, 10 deletions
diff --git a/public/less/_emojify.less b/public/less/_emojify.less
deleted file mode 100644
index 4cd9da3f21..0000000000
--- a/public/less/_emojify.less
+++ /dev/null
@@ -1,10 +0,0 @@
-.emoji {
- width: 1.5em;
- height: 1.5em;
- display: inline-block;
- background-size: contain;
-}
-
-.ui.label .emoji {
- height: 1.2em !important;
-}