Skip to content

Commit

Permalink
Solve sonar lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ger-benjamin committed Sep 4, 2024
1 parent b410568 commit 7133eed
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
1 change: 0 additions & 1 deletion contribs/gmf/examples/drawfeature.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ gmf-featurestyle input[type='range'] {
left: -10px;
border: 2px solid #fff;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0;
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0;
z-index: 11;
}
Expand Down
1 change: 0 additions & 1 deletion contribs/gmf/examples/featurestyle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ gmf-featurestyle input[type='range'] {
left: -10px;
border: 2px solid #fff;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0;
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0;
z-index: 11;
}
Expand Down
13 changes: 2 additions & 11 deletions contribs/gmf/examples/importdatasource.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,15 @@ body {
.panel {
display: block;
width: 60rem;
float: left;
margin: 0.5rem;
}
gmf-map {
width: 71rem;
height: 40rem;
display: block;
margin: 0.5rem;
}
.panel {
float: left;
margin: 0.5rem;
}
gmf-filterselector {
display: block;
width: 30rem;
Expand Down Expand Up @@ -268,13 +266,6 @@ a.gmf-wmscapabilitylayertreenode-expand-node.fa[aria-expanded='true']::before {
}

.gmf-wmscapabilitylayertreenode-description-toggle {
/* display: none; */
display: block;
text-align: right;
}

/*
.gmf-wmscapabilitylayertreenode-description:hover .gmf-wmscapabilitylayertreenode-description-toggle {
display: block;
}
*/
1 change: 0 additions & 1 deletion examples/colorpicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ body {
left: -10px;
border: 2px solid #fff;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0;
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0;
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0;
z-index: 11;
}
Expand Down

0 comments on commit 7133eed

Please sign in to comment.