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

Disable text selection on icons and buttons

See merge request pleroma/pleroma-fe!122
feature/groups
lambda 7 years ago
commit 302c46741d

@ -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;

Loading…
Cancel
Save