-
-
Notifications
You must be signed in to change notification settings - Fork 364
refactor(Layout): adjust z-index value for Modal #4686
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
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
022d1d8
refactor: 更新 z-index 值
ArgoZhang 780d376
refactor: 移除 IsOpen 参数
ArgoZhang 9b92adc
refactor: 撤销 IsPage 样式
ArgoZhang 012bfba
style: 精简样式
ArgoZhang 7a31637
test: 更新单元测试
ArgoZhang 3fa3fdf
refactor: 精简样式
ArgoZhang 3737b65
test: 更新单元测试
ArgoZhang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
67 changes: 2 additions & 65 deletions
67
src/BootstrapBlazor.Server/Components/Samples/Menus.razor.css
This file contains hidden or 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 |
|---|---|---|
| @@ -1,66 +1,3 @@ | ||
| .layout-menu-demo ::deep .layout-side { | ||
| background-color: var(--bs-body-bg); | ||
| color: var(--bs-body-color); | ||
| height: 100%; | ||
| border-right: 1px solid var(--bs-border-color); | ||
| .layout-menu-demo { | ||
| border: 1px solid var(--bs-border-color); | ||
| } | ||
|
|
||
| .layout-menu-demo ::deep .menu.is-vertical:not(.is-collapsed) { | ||
| width: 156px; | ||
| } | ||
|
|
||
| .layout-menu-demo ::deep .menu-demo-header { | ||
| background-color: rgba(var(--bs-body-color-rgb), .12); | ||
| line-height: 50px; | ||
| color: var(--bs-body-color); | ||
| flex: 1; | ||
| padding-left: 80px; | ||
| } | ||
|
|
||
| .layout-menu-demo ::deep .layout-banner { | ||
| display: flex; | ||
| align-items: center; | ||
| padding: 0 .625rem; | ||
| background-color: rgba(var(--bs-body-color-rgb), .12); | ||
| height: 50px; | ||
| font-size: 1.5rem; | ||
| } | ||
|
|
||
| .layout-menu-demo ::deep .layout-banner img { | ||
| width: 38px; | ||
| border-radius: var(--bs-border-radius); | ||
| margin-inline-end: .5rem; | ||
| border: 1px solid #c0c4cc; | ||
| background-color: #787878; | ||
| } | ||
|
|
||
| .layout-menu-demo ::deep .layout-side.is-collapsed .layout-banner .layout-title { | ||
| width: 0; | ||
| overflow: hidden; | ||
| white-space: nowrap; | ||
| } | ||
|
|
||
| .layout-menu-demo ::deep .layout-menu { | ||
| height: 371px; | ||
| padding: 6px 0; | ||
| color: var(--bs-body-color); | ||
| } | ||
|
|
||
| .layout-menu-demo ::deep .layout-title { | ||
| color: var(--bs-body-color); | ||
| } | ||
|
|
||
| .layout-menu-demo ::deep .layout-header .layout-header-bar { | ||
| position: absolute; | ||
| margin: 9px 14px; | ||
| } | ||
|
|
||
| .layout-menu-demo ::deep .layout-footer { | ||
| background-color: rgba(var(--bs-body-color-rgb), .12); | ||
| text-align: center; | ||
| } | ||
|
|
||
| .layout-menu-demo ::deep .layout-footer > a { | ||
| color: #000; | ||
| line-height: 30px; | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.