Removed "cursor: pointer"
Lychee now feels faster and more like a webapp
This commit is contained in:
parent
d01e894220
commit
a57b2d0127
BIN
dist/main.css
vendored
BIN
dist/main.css
vendored
Binary file not shown.
@ -26,7 +26,6 @@
|
||||
width: 202px;
|
||||
height: 202px;
|
||||
margin: 30px 0 0 30px;
|
||||
cursor: pointer;
|
||||
|
||||
img {
|
||||
position: absolute;
|
||||
|
@ -31,6 +31,7 @@
|
||||
color: white(1);
|
||||
border-radius: 0;
|
||||
transition: none;
|
||||
cursor: default;
|
||||
|
||||
&:hover { background: linear-gradient(to bottom, $colorBlue, darken($colorBlue, 5%)); }
|
||||
}
|
||||
@ -78,7 +79,6 @@
|
||||
/* No Hover ------------------------------------------------*/
|
||||
tr.noHover td:hover {
|
||||
background: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
}
|
@ -50,8 +50,6 @@ header {
|
||||
|
||||
&:hover .iconic { fill: white(1); }
|
||||
|
||||
&.editable { cursor: pointer; }
|
||||
|
||||
&.editable .iconic { display: inline-block; }
|
||||
}
|
||||
|
||||
@ -70,7 +68,6 @@ header {
|
||||
display: inline-block;
|
||||
padding: 17px 8px 15px;
|
||||
width: 15px;
|
||||
cursor: pointer;
|
||||
|
||||
&--left { float: left; }
|
||||
|
||||
@ -128,7 +125,6 @@ header {
|
||||
font-size: 20px;
|
||||
opacity: 0;
|
||||
transition: opacity .2s ease-out, color .2s ease-out;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
color: #fff;
|
||||
@ -146,7 +142,6 @@ header {
|
||||
text-shadow: $shadow;
|
||||
border-radius: 100px;
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover { background-color: black(.3); }
|
||||
}
|
||||
|
@ -69,7 +69,6 @@
|
||||
// background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('');
|
||||
background-size: 100% 100%;
|
||||
border: 1px solid white(.8);
|
||||
cursor: pointer;
|
||||
opacity: .6;
|
||||
z-index: 2;
|
||||
transition: transform .2s ease-out, opacity .2s ease-out;
|
||||
|
@ -39,7 +39,6 @@
|
||||
display: inline-block;
|
||||
margin-left: 3px;
|
||||
width: 10px;
|
||||
cursor: pointer;
|
||||
|
||||
.iconic {
|
||||
fill: white(.5);
|
||||
@ -80,7 +79,6 @@
|
||||
float: right;
|
||||
padding: 16px 65px 12px 15px;
|
||||
width: 15px;
|
||||
cursor: pointer;
|
||||
|
||||
.iconic {
|
||||
fill: #888;
|
||||
@ -162,7 +160,6 @@
|
||||
padding: 0;
|
||||
margin: 0 0 -2px 0;
|
||||
width: 0;
|
||||
cursor: pointer;
|
||||
overflow: hidden;
|
||||
transform: scale(0);
|
||||
transition: width .3s, margin .3s, transform .3s;
|
||||
|
@ -52,6 +52,7 @@
|
||||
text-shadow: $shadow;
|
||||
border-top: 1px solid black(.2);
|
||||
box-shadow: inset 0 1px 0 white(.02);
|
||||
cursor: default;
|
||||
|
||||
&:hover { background: white(.02); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user