Skip to content

Commit

Permalink
fix: removed useless style
Browse files Browse the repository at this point in the history
  • Loading branch information
dadiorchen committed Sep 24, 2021
1 parent 5cb3704 commit 1183877
Showing 1 changed file with 0 additions and 134 deletions.
134 changes: 0 additions & 134 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,141 +228,7 @@ a:hover {
animation-timing-function: linear;
}

.greenstand-cluster:hover {
z-index: 999 !important;
}

.greenstand-cluster.clicked {
z-index: 999 !important;
}

.greenstand-cluster-box-small {
background: url(./images/cluster_46px.png);
width: 46px;
height: 46px;
display: flex;
justify-content: center;
align-items: center;
transform: translate(-50%, -50%);
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
}

.greenstand-cluster-box-small:hover {
background: url(./images/cluster_46px_highlight.png);
z-index: 9;
}

.greenstand-cluster.clicked .greenstand-cluster-box-small {
background: url(./images/cluster_46px_clicked.png);
}

.greenstand-cluster-box-large {
background: url(./images/cluster_63px.png);
width: 63px;
height: 63px;
display: flex;
justify-content: center;
align-items: center;
transform: translate(-50%, -50%);
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
}

.greenstand-cluster-box-large:hover {
background: url(./images/cluster_63px_highlight.png);
z-index: 9;
}

.greenstand-cluster.clicked .greenstand-cluster-box-large {
background: url(./images/cluster_63px_clicked.png);
}

.greenstand-point:hover {
z-index: 999 !important;
}

.greenstand-point.clicked {
z-index: 999 !important;
}

.greenstand-point-box {
background: url(./images/pin_29px.png);
width: 29px;
height: 32px;
display: flex;
justify-content: center;
align-items: center;
/*transform: translate(-50%, -50%);*/
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
}

.greenstand-point-box:hover {
background: url(./images/pin_29px_highlight.png);
}

.greenstand-point.clicked .greenstand-point-box {
background: url(./images/pin_32px.png);
}

.greenstand-point-highlight {
z-index: 999 !important;
}

.greenstand-point-highlight-box {
background: url(./images/pin_29px_highlight.png);
width: 29px;
height: 32px;
display: flex;
justify-content: center;
align-items: center;
/*transform: translate(-50%, -50%);*/
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
}

.greenstand-point-selected {
z-index: 9999 !important;
}

.greenstand-point-selected-box {
background: url(./images/pin_32px_highlight.png);
width: 29px;
height: 32px;
display: flex;
justify-content: center;
align-items: center;
/*transform: translate(-50%, -50%);*/
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
}

/* new version */

.greenstand-cluster-highlight {
z-index: 999 !important;
margin-left: 0px !important;
margin-top: 0px !important;
}

.greenstand-cluster-highlight-box {
background: url(./images/cluster_63px_highlight.png);
width: 63px;
height: 63px;
display: flex;
justify-content: center;
align-items: center;
transform: translate(-50%, -50%);
font-family: Roboto, Arial, sans-serif;
font-size: 14px;
}

.greenstand-cluster-highlight-box.small {
background: url(./images/cluster_46px_highlight.png);
width: 46px;
height: 46px;
}

.debug-icon {
background: red;
Expand Down

0 comments on commit 1183877

Please sign in to comment.