Removed "cursor: pointer"

Lychee now feels faster and more like a webapp
This commit is contained in:
Tobias Reich 2015-03-08 23:14:20 +01:00
parent d01e894220
commit a57b2d0127
7 changed files with 2 additions and 11 deletions

BIN
dist/main.css vendored

Binary file not shown.

View File

@ -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;

View File

@ -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;
} }
} }

View File

@ -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); }
} }

View File

@ -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;

View File

@ -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;

View File

@ -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); }