Browse Source

Add user-select: none; to logo

sbkwgh 8 years ago
parent
commit
21210710ad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/App.vue

+ 1 - 0
src/App.vue

@@ -184,6 +184,7 @@
 
 	.logo {
 		@include text($font--role-emphasis, 2rem, normal);
+		@include user-select(none);
 		cursor: pointer;
 	}