Skip to content

Commit

Permalink
style(Dropdown): updated tokens (#9953)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstrubberg authored Oct 28, 2021
1 parent 580df55 commit 56d08c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/styles/scss/components/dropdown/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@use '../../config' as *;
@use '../../motion' as *;
@use '../../spacing' as *;
@use '../../compat/theme' as *;
@use '../../theme' as *;
@use '../../type' as *;
@use '../../utilities/box-shadow' as *;
@use '../../utilities/convert' as *;
Expand Down Expand Up @@ -139,7 +139,7 @@
background-color: $field-02;

&:hover {
background-color: $hover-light-ui;
background-color: $layer-hover-02;
}
}

Expand Down Expand Up @@ -262,13 +262,13 @@

&:hover {
border-color: transparent;
color: $text-01;
color: $text-primary;
}
}

// V11: Possibly deprecate
.#{$prefix}--dropdown--light .#{$prefix}--dropdown-link {
border-top-color: $decorative-01;
border-top-color: $border-subtle-02;
}

.#{$prefix}--dropdown--sm .#{$prefix}--dropdown-link {
Expand Down

0 comments on commit 56d08c0

Please sign in to comment.