Skip to content

Commit 413ba2b

Browse files
committed
style: 更新样式
1 parent 6263986 commit 413ba2b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/BootstrapBlazor/Components/NetworkMonitor/NetworkMonitorIndicator.razor.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@
2222
}
2323

2424
&.offline {
25-
background-color: var(--bs-secondary) !important;
25+
background-color: var(--bs-secondary);
2626
}
2727
}
2828

29+
[data-bs-toggle="popover"]:has(.offline) {
30+
pointer-events: none;
31+
}
32+
2933
.bb-nt-main {
3034
.bb-nt-item {
3135
display: flex;

0 commit comments

Comments
 (0)