File tree Expand file tree Collapse file tree
src/components/BootstrapBlazor.Region/Components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 font-weight : bold;
5454 cursor : pointer;
5555}
56+
57+ [data-bs-theme = "dark" ] .bb-region-body {
58+ --bb-region-body-color : # b5b5c3 ;
59+ --bb-region-body-hover-color : # 000 ;
60+ --bb-region-body-active-color : # 000 ;
61+ }
Original file line number Diff line number Diff line change 1- .bb-region {
1+ .popover-region {
2+ --bb-region-body-color : # 777 ;
3+ --bb-region-body-hover-color : # 000 ;
4+ --bb-region-body-active-color : # 000 ;
5+ }
6+
7+ [data-bs-theme = "dark" ] .bb-region-body {
8+ --bb-region-body-color : # b5b5c3 ;
9+ --bb-region-body-hover-color : # 000 ;
10+ --bb-region-body-active-color : # 000 ;
11+ }
12+
13+ .bb-region {
214 position : relative;
315}
416
4153
4254 .bb-region-header ul li .active {
4355 background-color : # e3e3e3 ;
44- color : # 000 ;
56+ color : var ( --bb-region-body-active-color ) ;
4557 }
4658
4759 .bb-region-header ul li : hover {
4860 background-color : # e3e3e3 ;
49- color : # 000 ;
61+ color : var ( --bb-region-body-hover-color ) ;
5062 }
5163
5264.bb-region-body {
6880 padding : 3px 12px ;
6981 border-radius : var (--bs-border-radius );
7082 cursor : pointer;
71- color : # 777 ;
83+ color : var ( --bb-region-body-color ) ;
7284 }
7385
7486 .bb-region-body ul li : hover {
7587 background-color : # e9ecef ;
76- color : # 000 ;
88+ color : var ( --bb-region-body-hover-color ) ;
7789 }
7890
7991 .bb-region-body ul li .active {
8092 background-color : # e3e3e3 ;
81- color : # 000 ;
93+ color : var ( --bb-region-body-active-color ) ;
8294 }
You can’t perform that action at this time.
0 commit comments