Skip to content

Commit

Permalink
feat: remove ds-reset (#2755)
Browse files Browse the repository at this point in the history
resolves #2751
  • Loading branch information
Barsnes authored Nov 11, 2024
1 parent fe86376 commit b214bac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 16 deletions.
14 changes: 0 additions & 14 deletions packages/css/base/ds-reset.css

This file was deleted.

5 changes: 5 additions & 0 deletions packages/css/combobox.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
border: none;
background-color: transparent;
color: var(--ds-color-neutral-text-default);
box-sizing: border-box;
font-family: inherit;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
}

.ds-combobox--sm .ds-combobox__input__wrapper {
Expand Down
3 changes: 1 addition & 2 deletions packages/css/index.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
@charset 'UTF-8';

@layer ds.reset, ds.base, ds.typography, ds.theme, ds.components;
@layer ds.base, ds.typography, ds.theme, ds.components;

/** Import order defines ordinal specificity for layers */
@import url('./base/ds-reset.css') layer(ds.reset);
@import url('./base/base.css') layer(ds.base);
@import url('./heading.css') layer(ds.typography);
@import url('./label.css') layer(ds.typography);
Expand Down

0 comments on commit b214bac

Please sign in to comment.