File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 3
3
@inject IStringLocalizer <Dashboard .Resources .Resources > Loc
4
4
5
5
<FluentStack Orientation =" Orientation.Vertical" VerticalGap =" 15" >
6
- <div >
7
- <h5 >@Loc [nameof(Resources.Resources.ResourcesResourceTypesHeader)]</h5 >
6
+ <fieldset class = " filter-group " >
7
+ <legend >@Loc [nameof(Resources.Resources.ResourcesResourceTypesHeader)]</legend >
8
8
<SelectResourceOptions
9
9
Id =" resource-types"
10
10
Values =" ResourceTypes"
11
11
OnAllValuesCheckedChangedAsync =" OnAllFilterVisibilityCheckedChangedAsync"
12
12
OnValueVisibilityChangedAsync =" OnResourceFilterVisibilityChangedAsync" />
13
- </div >
14
- <div >
15
- <h5 >@Loc [nameof(Resources.Resources.ResourcesResourceStatesHeader)]</h5 >
13
+ </fieldset >
14
+ <fieldset class = " filter-group " >
15
+ <legend >@Loc [nameof(Resources.Resources.ResourcesResourceStatesHeader)]</legend >
16
16
<SelectResourceOptions
17
17
Id =" resource-states"
18
18
Values =" ResourceStates"
19
19
OnAllValuesCheckedChangedAsync =" OnAllFilterVisibilityCheckedChangedAsync"
20
20
OnValueVisibilityChangedAsync =" OnResourceFilterVisibilityChangedAsync" />
21
- </div >
22
- <div >
23
- <h5 >@Loc [nameof(Resources.Resources.ResourcesDetailsHealthStateProperty)]</h5 >
21
+ </fieldset >
22
+ <fieldset class = " filter-group " >
23
+ <legend >@Loc [nameof(Resources.Resources.ResourcesDetailsHealthStateProperty)]</legend >
24
24
<SelectResourceOptions
25
25
Id =" resource-health-states"
26
26
Values =" ResourceHealthStates"
27
27
OnAllValuesCheckedChangedAsync =" OnAllFilterVisibilityCheckedChangedAsync"
28
28
OnValueVisibilityChangedAsync =" OnResourceFilterVisibilityChangedAsync" />
29
- </div >
29
+ </fieldset >
30
30
</FluentStack >
31
31
32
32
@code {
Original file line number Diff line number Diff line change @@ -835,3 +835,8 @@ fluent-tooltip[anchor="dialog_close"] > div {
835
835
.fluent-messagebar-action {
836
836
font-size : var (--type-ramp-minus-1-font-size );
837
837
}
838
+
839
+ .filter-group > legend {
840
+ font-size : var (--type-ramp-plus-2-font-size );
841
+ font-weight : 500 ;
842
+ }
You can’t perform that action at this time.
0 commit comments