Skip to content

Commit e30f7b0

Browse files
committed
CactuseSecurity#2867: Deleted unused class ('unicode-icons') and added xml commentary to OnToggleOrderModeButtonClick
1 parent 9a375f8 commit e30f7b0

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

roles/ui/files/FWO.UI/Shared/OrderByDropdown.razor

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@
201201
}
202202
}
203203

204+
/// <summary>
205+
/// Handles the click event of the 'toggle-order-mode-button'
206+
/// </summary>
204207
private void OnToggleOrderModeButtonClick()
205208
{
206209
switch (SelectedOrderMode)

roles/ui/files/FWO.UI/wwwroot/css/site.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ body {
1414
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
1515
}
1616

17-
/* makes sure that element uses font that can display unicode signs*/
18-
.unicode-icons {
19-
font-family: 'Segoe UI Symbol', 'Arial Unicode MS', sans-serif !important;
20-
}
21-
22-
2317
a,
2418
.btn-link {
2519
color: #0366d6;

0 commit comments

Comments
 (0)