Skip to content
Snippets Groups Projects
Commit 8cd051b7 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Allow text selection in settings area

parent ac19063a
No related merge requests found
......@@ -27,6 +27,13 @@
user-select: text;
}
.page-settings, .page-settings * {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
:focus {
outline: 0 !important;
outline-color: transparent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment