Skip to content

Commit 9351a3e

Browse files
committed
refactor: 更新样式
1 parent 78eee90 commit 9351a3e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/BootstrapBlazor.Region/Components/SelectRegion.razor.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
color: #777;
7272
}
7373

74-
.bb-region-body ul li.active {
75-
background-color: #e3e3e3;
74+
.bb-region-body ul li:hover {
75+
background-color: #e9ecef;
7676
color: #000;
7777
}
7878

79-
.bb-region-body ul li:hover {
79+
.bb-region-body ul li.active {
8080
background-color: #e3e3e3;
8181
color: #000;
8282
}

0 commit comments

Comments
 (0)