Browse Source

Hide mouse pointer in full screen mode #620

Tobias Reich 7 years ago
parent
commit
e1e3f31839
2 changed files with 7 additions and 2 deletions
  1. 0 0
      dist/main.css
  2. 7 2
      src/styles/_imageview.scss

File diff suppressed because it is too large
+ 0 - 0
dist/main.css


+ 7 - 2
src/styles/_imageview.scss

@@ -10,9 +10,14 @@
 	transition: background-color .3s;
 
 	// Modes -------------------------------------------------------------- //
-	&.view { background-color: inherit; }
+	&.view {
+		background-color: inherit;
+	}
 
-	&.full { background-color: black(1); }
+	&.full {
+		background-color: black(1);
+		cursor: none;
+	}
 
 	// ImageView -------------------------------------------------------------- //
 	#image {

Some files were not shown because too many files changed in this diff