diff --git a/src/sass/_stage.scss b/src/sass/_stage.scss index aaa1f0c8b..899a3e966 100644 --- a/src/sass/_stage.scss +++ b/src/sass/_stage.scss @@ -808,7 +808,6 @@ .ui-state-highlight { border-radius: 3px; border: 1px dashed #0d99f2; - border-radius: 3px; background-color: #e5f5f8; width: 12px; } @@ -845,8 +844,8 @@ } .rowWrapper { - margin-left: 0px !important; - margin-right: 0px !important; + margin-left: 0 !important; + margin-right: 0 !important; } .btnAddControl { @@ -869,7 +868,7 @@ } .invisibleRowPlaceholder { - width: 0px !important; + width: 0 !important; position: fixed !important; left: -100px !important; }