logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 302c46741d89d58b452dfbe7c5e4a760a50adab9
parent: 6e611f4039f5c7646cd13ea61e2f66cda02cc035
Author: lambda <pleromagit@rogerbraun.net>
Date:   Thu,  2 Nov 2017 14:49:23 +0000

Merge branch 'fix/disable-select-on-icons' into 'develop'

Disable text selection on icons and buttons

See merge request pleroma/pleroma-fe!122

Diffstat:

Msrc/App.scss5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/App.scss b/src/App.scss @@ -7,6 +7,10 @@ min-height: 100vh; } +i { + user-select: none; +} + h4 { margin: 0; } @@ -30,6 +34,7 @@ a { } button{ + user-select: none; border: none; border-radius: 5px; cursor: pointer;