Skip to content

Commit

Permalink
feat: add user select none to several ui items
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Mar 22, 2018
1 parent e479b29 commit 7b6ea97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-src/scripts/collapsible/_collapsible-d.scss
Expand Up @@ -7,6 +7,7 @@ collapsible {

.collapsible-title {
cursor: pointer;
user-select: none;

&:focus{
outline: none;
Expand Down
1 change: 1 addition & 0 deletions app-src/scripts/task-list/_task-list-d.scss
Expand Up @@ -102,6 +102,7 @@ task-list {
.first-line {
display: flex;
flex-wrap: nowrap;
user-select: none;

@media(max-width: $layout-xs) {
flex-wrap: wrap;
Expand Down

0 comments on commit 7b6ea97

Please sign in to comment.