Skip to content

Commit 34f1e9b

Browse files
authored
feat(Mask): update opacity to 0.3 (#5747)
1 parent b0e63f8 commit 34f1e9b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/BootstrapBlazor/Components/Mask/Mask.razor.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.bb-mask {
1+
.bb-mask {
22
--bb-mask-zindex: #{$bb-mask-zindex};
33
--bb-mask-bg: #{$bb-mask-bg};
44
--bb-mask-opacity: #{$bb-mask-opacity};

src/BootstrapBlazor/wwwroot/src/css/motronic.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,12 @@
327327
--bs-btn-active-border-color: #B5B5C3;
328328
}
329329

330-
.modal-backdrop.show {
331-
opacity: .3;
330+
.modal-backdrop {
331+
--bs-backdrop-opacity: 0.3;
332+
}
333+
334+
.bb-mask {
335+
--bb-mask-opacity: 0.3;
332336
}
333337

334338
.modal-content {

0 commit comments

Comments
 (0)