Skip to content

Commit

Permalink
forms: remove obsolete styles include
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Feb 14, 2025
1 parent 91e859d commit 156913c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/baseObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import * as commonStyles from '@dbp-toolkit/common/styles';
import * as formElements from './objectTypes/formElements';
import * as viewElements from './objectTypes/viewElements';
import {classMap} from 'lit/directives/class-map.js';
import {getSelectorFixCSS} from './styles.js';
import {getIconSVGURL} from './utils.js';
import {gatherFormDataFromElement, validateRequiredFields} from '@dbp-toolkit/form-elements/src/utils.js';

Expand Down Expand Up @@ -283,7 +282,6 @@ export class BaseFormElement extends ScopedElementsMixin(DBPLitElement) {
${commonStyles.getGeneralCSS(false)}
${commonStyles.getButtonCSS()}
${formElements.getFieldsetCSS()}
${getSelectorFixCSS()}
.button-row {
margin-top: 1em;
Expand Down

0 comments on commit 156913c

Please sign in to comment.