Fix: Moved drop-down menu arrows slightly up for proper vertical alignment
This commit is contained in:
parent
4a514130a0
commit
215b120765
1 changed files with 5 additions and 5 deletions
|
|
@ -768,13 +768,13 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.trackSelectionFieldContainer>.selectArrowContainer {
|
||||
top: .5em;
|
||||
.selectArrowContainer {
|
||||
top: 0em;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.selectArrowContainer {
|
||||
/* top: .5em; */
|
||||
opacity: .5;
|
||||
.trackSelectionFieldContainer>.selectArrowContainer {
|
||||
top: .5em;
|
||||
}
|
||||
|
||||
.detailSectionContent {
|
||||
|
|
|
|||
Loading…
Reference in a new issue