Skip to content

Commit

Permalink
fix: moved menu item selected checkmark back
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Jul 29, 2021
1 parent 15aea4f commit 1fa03a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/menu/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ governing permissions and limitations under the License.
.spectrum-Menu-chevron {
flex-grow: 0;
margin-inline-start: var(--spectrum-listitem-texticon-icon-gap);
margin-block-start: var(--spectrum-listitem-texticon-icon-margin-top);
margin-block-start: calc(var(--spectrum-listitem-texticon-ui-icon-margin-top) - var(--spectrum-listitem-texticon-padding-y) + 1px);
}

.spectrum-Menu-chevron {
Expand Down
2 changes: 1 addition & 1 deletion components/menu/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ governing permissions and limitations under the License.
color: var(--spectrum-listitem-m-texticon-text-color-selected);

.spectrum-Menu-checkmark {
color: var(--spectrum-listitem-m-texticon-icon-color-selected);
color: var(--spectrum-listitem-m-texticon-ui-icon-color-selected);
}
}

Expand Down

0 comments on commit 1fa03a6

Please sign in to comment.