Skip to content

Commit

Permalink
Merge pull request #96 from miljodir/MALIN-642-styling-fixes
Browse files Browse the repository at this point in the history
fix: styling issues from last PR
  • Loading branch information
Jaanesen authored Jan 30, 2024
2 parents 83eb3ac + c02f5b8 commit b670ed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/css/src/formElements/autocomplete/autocomplete.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
text-align: left;
cursor: pointer;
position: relative;
z-index: 2;
z-index: 1;
}

.md-autocomplete__input.md-autocomplete__input--error {
Expand Down Expand Up @@ -88,7 +88,7 @@
width: 16px;
display: flex;
color: var(--mdPrimaryColor);
z-index: 1;
z-index: 0;
}

.md-autocomplete--small > .md-autocomplete__input__prefix {
Expand All @@ -109,6 +109,7 @@
height: 16px;
rotate: 90deg;
color: var(--mdGreyColor);
z-index: 0;
}

.md-autocomplete--small > .md-autocomplete__input-icon {
Expand Down
1 change: 1 addition & 0 deletions packages/css/src/formElements/select/select.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
}
.md-select__button.md-select__button--open.md-select__button--small {
padding: calc(0.75em - 1px);
padding-bottom: 0.75em;
}

.md-select--disabled .md-select__button {
Expand Down

0 comments on commit b670ed1

Please sign in to comment.