-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(menu): add design qa requested changes
- Loading branch information
1 parent
2a91b9d
commit c32884e
Showing
5 changed files
with
4,786 additions
and
11,288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
@layer sl-components { | ||
[data-sl-menu-trigger] { | ||
&[data-variant='critical'][data-active='true'] { | ||
background: var(--sl-bg-critical-strong-pressed); | ||
} | ||
|
||
&[data-variant='criticalTertiary'][data-active='true'] { | ||
background: var(--sl-bg-critical-plain-pressed); | ||
} | ||
|
||
&[data-variant='primary'][data-active='true'] { | ||
background: var(--sl-bg-accent-strong-pressed); | ||
} | ||
|
||
&[data-variant='secondary'][data-active='true'] { | ||
background: var(--sl-bg-muted-pressed); | ||
} | ||
|
||
&[data-variant='tertiary'][data-active='true'] { | ||
background: var(--sl-bg-muted-plain-pressed); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.