We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78eee90 commit 9351a3eCopy full SHA for 9351a3e
1 file changed
src/components/BootstrapBlazor.Region/Components/SelectRegion.razor.css
@@ -71,12 +71,12 @@
71
color: #777;
72
}
73
74
- .bb-region-body ul li.active {
75
- background-color: #e3e3e3;
+ .bb-region-body ul li:hover {
+ background-color: #e9ecef;
76
color: #000;
77
78
79
- .bb-region-body ul li:hover {
+ .bb-region-body ul li.active {
80
background-color: #e3e3e3;
81
82
0 commit comments