Skip to content

Commit

Permalink
Tidy comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorse committed Nov 11, 2022
1 parent eb33e5f commit 959c41a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions components/multiselect-control/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { Flex, FlexItem, BaseControl } from '@wordpress/components';
import Token from './token';
import TokenInput from './token-input';
import SuggestionsList from './suggestions-list';
// import { StyledLabel } from '../base-control/styles/base-control-styles';

// Styles
import "./style.scss"
Expand Down Expand Up @@ -679,7 +678,6 @@ export function MultiselectControl( props ) {
/>
) }
</div>

</div>
</BaseControl>
);
Expand Down
9 changes: 0 additions & 9 deletions components/resource-select-control/style.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@

// TODO - needs renaming for layouts + templates (some sort of base class?)

.codeamp-components-resource-select-control {
// Need to add this specificity to the base control container.
/* &.components-base-control {
margin-bottom: 8px;
} */



> .components-base-control__field {
position: relative;
display: flex;
Expand Down

0 comments on commit 959c41a

Please sign in to comment.