Hide mouse pointer in full screen mode #620
This commit is contained in:
parent
3e3dfb0d63
commit
e1e3f31839
BIN
dist/main.css
vendored
BIN
dist/main.css
vendored
Binary file not shown.
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user