logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 09db4ceb1a1ffbd1886648142f2cc2b287dcb5c9
parent: 4a469d7fe3a951e63742b63f18f45e96500ec9e3
Author: Shpuld Shpludson <shp@cock.li>
Date:   Fri, 13 Sep 2019 17:21:15 +0000

Merge branch 'fix/italics-not-selectable' into 'develop'

fix italics not being selectable

See merge request pleroma/pleroma-fe!952

Diffstat:

Msrc/App.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App.scss b/src/App.scss @@ -16,7 +16,7 @@ background-position: 0 50%; } -i { +i[class^='icon-'] { user-select: none; }