aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/less
diff options
context:
space:
mode:
authormrsdizzie <info@mrsdizzie.com>2020-05-01 13:58:45 -0400
committerGitHub <noreply@github.com>2020-05-01 20:58:45 +0300
commit4ed7d2a2bbb421e37cc0bc23a9f997e5606258ea (patch)
tree64624ce36c5a8fcffe66ce5854e39cd22d228956 /web_src/less
parent1bdffefc052fca440b1d4b59a5e6d402f0836374 (diff)
downloadgitea-4ed7d2a2bbb421e37cc0bc23a9f997e5606258ea.tar.gz
gitea-4ed7d2a2bbb421e37cc0bc23a9f997e5606258ea.zip
Remove last traces of has-emoji class (#11263)
Now that emojify.js has been removed, get rid of all instances of has-emoji class that was only used for that. Support for rendering shortcodes should remain in all of these places so it should still work the same. Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'web_src/less')
-rw-r--r--web_src/less/_base.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/web_src/less/_base.less b/web_src/less/_base.less
index 6241ad5072..0036bf6a4f 100644
--- a/web_src/less/_base.less
+++ b/web_src/less/_base.less
@@ -1272,6 +1272,13 @@ i.icon.centerlock {
font-size: 1em;
}
+.label > .emoji {
+ font-size: 1em;
+}
+
+.dropdown .emoji {
+ font-size: 1em;
+}
.emoji img,
.reaction img {
border-width: 0 !important;