-
Notifications
You must be signed in to change notification settings - Fork 185
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
fix(PanelHeader): hide separator with transparent PanelHeader #8006
fix(PanelHeader): hide separator with transparent PanelHeader #8006
Conversation
size-limit report 📦
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
e2e tests
|
👀 Docs deployed
Commit 7cb96e4 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8006 +/- ##
==========================================
- Coverage 95.47% 95.46% -0.01%
==========================================
Files 380 380
Lines 11325 11324 -1
Branches 3777 3777
==========================================
- Hits 10812 10811 -1
Misses 513 513
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
патч в |
* fix(PanelHeader): hide separator with transparent PanelHeader * fix(PanelHeader): run prettier (cherry picked from commit c22b02b)
* fix(ContentCard): fix height of ContentCard content (#7945) (cherry picked from commit 09a9c40) * fix(PanelHeader): hide separator with transparent PanelHeader (#8006) * fix(PanelHeader): hide separator with transparent PanelHeader * fix(PanelHeader): run prettier (cherry picked from commit c22b02b)
Описание
Сейчас есть проблема, что при отключенном разделителе(
delimiter="none"
), приfloat={true}
и при прозрачной панели(transparent={true}
) все равно отображается разделитель, который наезжает на контент и портит вид.Изменения
Добавил проверку на отсутствие селектора
.trnsp
при отрисовке разделителя.Release notes
Исправления
PanelHeader
иdelimiter="none"