mirror of
https://github.com/nasa/openmct.git
synced 2025-01-21 03:55:31 +00:00
[Mobile] Tree menu Open
Tree menu select arrow button's width is now size of full button. Prior to this the pressable area was less and therefore less responsive.
This commit is contained in:
parent
7cc14a195b
commit
d262520594
@ -342,14 +342,16 @@ ul.tree {
|
|||||||
ul.tree li span.tree-item .view-control {
|
ul.tree li span.tree-item .view-control {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 13px;
|
right: 13px;
|
||||||
font-size: 1.8em; }
|
font-size: 1.8em;
|
||||||
/* line 42, ../sass/mobile/_tree.scss */
|
right: 0px;
|
||||||
|
width: auto; }
|
||||||
|
/* line 44, ../sass/mobile/_tree.scss */
|
||||||
ul.tree li span.tree-item .label {
|
ul.tree li span.tree-item .label {
|
||||||
left: 3px;
|
left: 3px;
|
||||||
font-size: 1.2em; }
|
font-size: 1.2em; }
|
||||||
/* line 49, ../sass/mobile/_tree.scss */
|
/* line 51, ../sass/mobile/_tree.scss */
|
||||||
ul.tree li span.tree-item .label .title-label {
|
ul.tree li span.tree-item .label .title-label {
|
||||||
right: 16.9px; }
|
right: 16.9px; }
|
||||||
/* line 58, ../sass/mobile/_tree.scss */
|
/* line 60, ../sass/mobile/_tree.scss */
|
||||||
ul.tree ul.tree {
|
ul.tree ul.tree {
|
||||||
margin-left: 7px; } }
|
margin-left: 7px; } }
|
||||||
|
@ -37,6 +37,8 @@ ul.tree {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: $mobile-treeRight;
|
right: $mobile-treeRight;
|
||||||
font-size: 1.8em;
|
font-size: 1.8em;
|
||||||
|
right: 0px;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
|
Loading…
Reference in New Issue
Block a user