Skip to content

Commit

Permalink
style(dialog): optimize dialog modeless style (#1945)
Browse files Browse the repository at this point in the history
* style(dialog): 增加非模态识别度

* chore: lint diff
  • Loading branch information
RSS1102 authored Sep 23, 2024
1 parent 89f8f37 commit 4ef6efb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style/web/components/dialog/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -310,4 +310,10 @@
pointer-events: auto;
z-index: @z-index-dialog;
}

&.@{prefix}-dialog__ctx--modeless {
.@{prefix}-dialog {
box-shadow: @shadow-3;
}
}
}

0 comments on commit 4ef6efb

Please sign in to comment.