Skip to content

Commit

Permalink
remove commented out codes (#7161)
Browse files Browse the repository at this point in the history
  • Loading branch information
heybran authored and sc0ttkclark committed Sep 7, 2024
1 parent df5f5b3 commit 3ea326d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ui/styles/src/base/_wizard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -368,17 +368,11 @@ $button-outline-color: #4f94d4;
}
.pods-wizard-options-list {
display: grid;
// grid-template-columns: 2fr 3fr;
gap: 1em;

.pods-wizard-option {
background: #f0f0f1;
// color: white;
border-radius: 8px;
// overflow: hidden;
// &:has(a:focus) {
// overflow: auto;
// }
}
}
.pods-wizard-option {
Expand Down

0 comments on commit 3ea326d

Please sign in to comment.