Skip to content

Commit

Permalink
fix: set the correct padding for the incrementer and cleanup style
Browse files Browse the repository at this point in the history
  • Loading branch information
jsconan committed May 24, 2024
1 parent da8b4f1 commit b891b53
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions views/scss/inc/solar/_creator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -359,20 +359,9 @@ body.solar-design {
@include button-sd-secondary();
}
.duration-ctrl-wrapper, .incrementer-ctrl-wrapper {
.incrementer {
padding-right: 16px;
padding-left: 0;
}
input[type="text"] {
height: var(--input-height);
width: calc(var(--input-height) + 16px) !important;
min-width: var(--input-height) !important;

&, &:focus, &:active {
border: 0;
box-shadow: none;
outline: none;
}
}
}
.grid-row {
Expand Down

0 comments on commit b891b53

Please sign in to comment.