Browse Source

Removed "cursor: pointer"

Lychee now feels faster and more like a webapp
Tobias Reich 10 years ago
parent
commit
a57b2d0127

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


+ 0 - 1
src/styles/_content.scss

@@ -26,7 +26,6 @@
 		width: 202px;
 		width: 202px;
 		height: 202px;
 		height: 202px;
 		margin: 30px 0 0 30px;
 		margin: 30px 0 0 30px;
-		cursor: pointer;
 
 
 		img {
 		img {
 			position: absolute;
 			position: absolute;

+ 1 - 1
src/styles/_contextmenu.scss

@@ -31,6 +31,7 @@
 			color: white(1);
 			color: white(1);
 			border-radius: 0;
 			border-radius: 0;
 			transition: none;
 			transition: none;
+			cursor: default;
 
 
 			&:hover { background: linear-gradient(to bottom, $colorBlue, darken($colorBlue, 5%)); }
 			&:hover { background: linear-gradient(to bottom, $colorBlue, darken($colorBlue, 5%)); }
 		}
 		}
@@ -78,7 +79,6 @@
 	/* No Hover ------------------------------------------------*/
 	/* No Hover ------------------------------------------------*/
 	tr.noHover td:hover {
 	tr.noHover td:hover {
 		background: none;
 		background: none;
-		cursor: default;
 	}
 	}
 
 
 }
 }

+ 0 - 5
src/styles/_header.scss

@@ -50,8 +50,6 @@ header {
 
 
 		&:hover .iconic { fill: white(1); }
 		&:hover .iconic { fill: white(1); }
 
 
-		&.editable { cursor: pointer; }
-
 		&.editable .iconic { display: inline-block; }
 		&.editable .iconic { display: inline-block; }
 	}
 	}
 
 
@@ -70,7 +68,6 @@ header {
 		display: inline-block;
 		display: inline-block;
 		padding: 17px 8px 15px;
 		padding: 17px 8px 15px;
 		width: 15px;
 		width: 15px;
-		cursor: pointer;
 
 
 		&--left { float: left; }
 		&--left { float: left; }
 
 
@@ -128,7 +125,6 @@ header {
 		font-size: 20px;
 		font-size: 20px;
 		opacity: 0;
 		opacity: 0;
 		transition: opacity .2s ease-out, color .2s ease-out;
 		transition: opacity .2s ease-out, color .2s ease-out;
-		cursor: pointer;
 
 
 		&:hover {
 		&:hover {
 			color: #fff;
 			color: #fff;
@@ -146,7 +142,6 @@ header {
 		text-shadow: $shadow;
 		text-shadow: $shadow;
 		border-radius: 100px;
 		border-radius: 100px;
 		display: none;
 		display: none;
-		cursor: pointer;
 
 
 		&:hover { background-color: black(.3); }
 		&:hover { background-color: black(.3); }
 	}
 	}

+ 0 - 1
src/styles/_imageview.scss

@@ -69,7 +69,6 @@
 			// background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('');
 			// background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('');
 			background-size: 100% 100%;
 			background-size: 100% 100%;
 			border: 1px solid white(.8);
 			border: 1px solid white(.8);
-			cursor: pointer;
 			opacity: .6;
 			opacity: .6;
 			z-index: 2;
 			z-index: 2;
 			transition: transform .2s ease-out, opacity .2s ease-out;
 			transition: transform .2s ease-out, opacity .2s ease-out;

+ 0 - 3
src/styles/_infobox.scss

@@ -39,7 +39,6 @@
 		display: inline-block;
 		display: inline-block;
 		margin-left: 3px;
 		margin-left: 3px;
 		width: 10px;
 		width: 10px;
-		cursor: pointer;
 
 
 		.iconic {
 		.iconic {
 			fill: white(.5);
 			fill: white(.5);
@@ -80,7 +79,6 @@
 		float: right;
 		float: right;
 		padding: 16px 65px 12px 15px;
 		padding: 16px 65px 12px 15px;
 		width: 15px;
 		width: 15px;
-		cursor: pointer;
 
 
 		.iconic {
 		.iconic {
 			fill: #888;
 			fill: #888;
@@ -162,7 +160,6 @@
 		padding: 0;
 		padding: 0;
 		margin: 0 0 -2px 0;
 		margin: 0 0 -2px 0;
 		width: 0;
 		width: 0;
-		cursor: pointer;
 		overflow: hidden;
 		overflow: hidden;
 		transform: scale(0);
 		transform: scale(0);
 		transition: width .3s, margin .3s, transform .3s;
 		transition: width .3s, margin .3s, transform .3s;

+ 1 - 0
src/styles/_message.scss

@@ -52,6 +52,7 @@
 		text-shadow: $shadow;
 		text-shadow: $shadow;
 		border-top: 1px solid black(.2);
 		border-top: 1px solid black(.2);
 		box-shadow: inset 0 1px 0 white(.02);
 		box-shadow: inset 0 1px 0 white(.02);
+		cursor: default;
 
 
 		&:hover { background: white(.02); }
 		&:hover { background: white(.02); }
 
 

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