Fix: Arrow icon sizes were inconsistent in section headings
This commit is contained in:
parent
4d4a0a05dc
commit
647f4e5dca
1 changed files with 8 additions and 2 deletions
|
|
@ -828,11 +828,17 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
margin: 0 0 !important;
|
||||
}
|
||||
|
||||
.dashboardSection .sectionTitleTextButton>.material-icons,
|
||||
.sectionTitleTextButton>.material-icons,
|
||||
.dashboardSection .sectionTitleTextButton>.material-icons.material-icons {
|
||||
font-size: unset;
|
||||
}
|
||||
|
||||
.sectionTitleTextButton>.material-icons::before {
|
||||
border: solid 1px;
|
||||
border-radius: 1em;
|
||||
font-size: .7em;
|
||||
line-height: 1.4em;
|
||||
font-size: .85em;
|
||||
line-height: unset;
|
||||
font-weight: 600;
|
||||
margin-inline-start: .5em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue