-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imprv: The color of the dropdown list when it is activated #9102
imprv: The color of the dropdown list when it is activated #9102
Conversation
|
apps/app/src/styles/_dropdown.scss
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bootstrap のコンポーネントの色変更は packages/core-styles/scss/bootstrap/theming 内でやってください
@use '@growi/core-styles/scss/bootstrap/init' as bs; | ||
|
||
.dropdown-item:active{ | ||
--#{$prefix}dropdown-link-active-bg: #{( bs.$gray-700 )}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
値の指定には #{{ bs.$gray-* }}
ではなく var(-bs-gray-*)
を使ってください
@mergify queue |
🛑 The pull request has been removed from the queue
|
@mergify requeue |
@mergify queue |
✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 45a3b9f |
タスク
概要
なお、設定した色についてはfumiya-sの承認をいただいています。
変更点
セルフチェック