Skip to content

Commit

Permalink
fix: cleanup duplicate and invalid declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnetau committed Sep 11, 2023
1 parent 38684f3 commit d1f07e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/sass/_stage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,6 @@
.ui-state-highlight {
border-radius: 3px;
border: 1px dashed #0d99f2;
border-radius: 3px;
background-color: #e5f5f8;
width: 12px;
}
Expand Down Expand Up @@ -845,8 +844,8 @@
}

.rowWrapper {
margin-left: 0px !important;
margin-right: 0px !important;
margin-left: 0 !important;
margin-right: 0 !important;
}

.btnAddControl {
Expand All @@ -869,7 +868,7 @@
}

.invisibleRowPlaceholder {
width: 0px !important;
width: 0 !important;
position: fixed !important;
left: -100px !important;
}

0 comments on commit d1f07e9

Please sign in to comment.