Refactor pointer cursor

This commit is contained in:
2022-04-22 19:11:50 +02:00
parent ebdb9e1766
commit ca636e0287
7 changed files with 20 additions and 20 deletions

View File

@@ -338,7 +338,6 @@ $legend-color: $post-color;
i {
transition: color 0.3s;
cursor: pointer;
}
}
}
@@ -487,7 +486,6 @@ $legend-color: $post-color;
span {
display: inline-block;
cursor: default;
font-size: 0.8em;
padding: $elem-spacing 0px;
@@ -579,7 +577,6 @@ $legend-color: $post-color;
position: absolute;
top: $block-spacing;
right: $block-spacing;
cursor: pointer;
.fa {
font-size: 1.3em;
@@ -603,7 +600,6 @@ $legend-color: $post-color;
.staticmap {
width: 100%;
border-radius: $block-radius;
cursor: pointer;
}
}
@@ -722,7 +718,6 @@ $legend-color: $post-color;
font-size: 0.8em;
margin: 0;
color: $subtitle-color;
cursor: default;
transform: translateX(calc(-0.5 * (12px + 0.5em))); //icon width + margin right
span {
@@ -784,7 +779,7 @@ $legend-color: $post-color;
label {
margin-bottom: .3em;
display: block;
cursor: pointer;
@extend .clickable;
& > div {
@include no-text-overflow();