Skip to content

Commit

Permalink
style(OverflowMenu): upadate tokens (#9984)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandra Davila <[email protected]>
  • Loading branch information
sstrubberg and Alessandra Davila authored Nov 1, 2021
1 parent 8085bff commit aa1a0be
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@use '../../config' as *;
@use '../../motion' as *;
@use '../../spacing' as *;
@use '../../compat/theme' as *;
@use '../../theme' as *;
@use '../../type' as *;
@use '../button/tokens' as button;
@use '../../utilities/box-shadow' as *;
Expand Down Expand Up @@ -230,7 +230,7 @@
}

.#{$prefix}--overflow-menu--light .#{$prefix}--overflow-menu--divider {
border-top: 1px solid $decorative-01;
border-top: 1px solid $border-subtle-02;
}

a.#{$prefix}--overflow-menu-options__btn::before {
Expand All @@ -252,7 +252,7 @@
padding: 0 $spacing-05;
border: none;
background-color: transparent;
color: $text-02;
color: $text-secondary;
cursor: pointer;
font-family: inherit;
font-weight: 400;
Expand All @@ -262,7 +262,7 @@
color $duration-fast-02 motion(entrance, productive);

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

&:focus {
Expand Down

0 comments on commit aa1a0be

Please sign in to comment.