@things-factory/lite-menu 6.2.71 → 6.2.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,6 +17,7 @@ export const LiteMenuPortraitStyles = css`
|
|
|
17
17
|
margin: 0;
|
|
18
18
|
padding: 0;
|
|
19
19
|
}
|
|
20
|
+
|
|
20
21
|
[group-label] {
|
|
21
22
|
padding: 25px 0 var(--padding-narrow) var(--padding-wide);
|
|
22
23
|
border-bottom: var(--border-dark-color);
|
|
@@ -24,6 +25,7 @@ export const LiteMenuPortraitStyles = css`
|
|
|
24
25
|
color: rgba(var(--primary-color-rgb), 0.9);
|
|
25
26
|
text-transform: uppercase;
|
|
26
27
|
}
|
|
28
|
+
|
|
27
29
|
a {
|
|
28
30
|
display: flex;
|
|
29
31
|
align-items: center;
|
|
@@ -38,46 +40,54 @@ export const LiteMenuPortraitStyles = css`
|
|
|
38
40
|
white-space: nowrap;
|
|
39
41
|
text-overflow: ellipsis;
|
|
40
42
|
}
|
|
43
|
+
|
|
41
44
|
a:hover {
|
|
42
45
|
color: var(--primary-color);
|
|
43
46
|
font-weight: bold;
|
|
44
47
|
}
|
|
48
|
+
|
|
45
49
|
a * {
|
|
46
50
|
vertical-align: middle;
|
|
47
51
|
}
|
|
52
|
+
|
|
48
53
|
a mwc-icon {
|
|
49
|
-
margin-top: -3px;
|
|
50
54
|
margin-right: var(--margin-narrow);
|
|
51
55
|
font-size: 15px;
|
|
52
56
|
color: rgba(var(--secondary-color-rgb), 0.7);
|
|
53
57
|
}
|
|
58
|
+
|
|
54
59
|
a [submenu-button] {
|
|
55
60
|
float: left;
|
|
56
|
-
|
|
57
|
-
font-size: 25px;
|
|
61
|
+
font-size: 15px;
|
|
58
62
|
max-height: 20px;
|
|
59
63
|
}
|
|
64
|
+
|
|
60
65
|
a [submenu-button]::before {
|
|
61
|
-
content: '
|
|
66
|
+
content: 'add_box';
|
|
62
67
|
}
|
|
68
|
+
|
|
63
69
|
li[active] > a [submenu-button]::before {
|
|
64
|
-
content: '
|
|
70
|
+
content: 'indeterminate_check_box';
|
|
65
71
|
}
|
|
72
|
+
|
|
66
73
|
li[active] > a {
|
|
67
74
|
border-left: 3px solid var(--primary-color);
|
|
68
75
|
font-weight: bold;
|
|
69
76
|
color: var(--primary-color);
|
|
70
77
|
}
|
|
78
|
+
|
|
71
79
|
li li a {
|
|
72
80
|
padding: 7px 0 7px 35px;
|
|
73
81
|
font: normal 13px var(--theme-font);
|
|
74
82
|
color: var(--secondary-color);
|
|
75
83
|
}
|
|
84
|
+
|
|
76
85
|
li li[active] a {
|
|
77
86
|
background-color: rgba(var(--primary-color-rgb), 0.15);
|
|
78
87
|
font: bold 13px var(--theme-font);
|
|
79
88
|
color: var(--primary-color);
|
|
80
89
|
}
|
|
90
|
+
|
|
81
91
|
li > ul {
|
|
82
92
|
overflow-y: hidden;
|
|
83
93
|
max-height: 0;
|
|
@@ -86,12 +96,15 @@ export const LiteMenuPortraitStyles = css`
|
|
|
86
96
|
transition-property: all;
|
|
87
97
|
transition-duration: 0.7s;
|
|
88
98
|
}
|
|
99
|
+
|
|
89
100
|
li[active] > ul {
|
|
90
101
|
max-height: 500px;
|
|
91
102
|
}
|
|
103
|
+
|
|
92
104
|
li[active] > ul[settled] {
|
|
93
105
|
overflow-y: auto;
|
|
94
106
|
}
|
|
107
|
+
|
|
95
108
|
li li a::before {
|
|
96
109
|
margin-right: var(--margin-narrow);
|
|
97
110
|
}
|
|
@@ -108,13 +121,16 @@ export const LiteMenuPortraitStyles = css`
|
|
|
108
121
|
:host {
|
|
109
122
|
min-width: 100vw;
|
|
110
123
|
}
|
|
124
|
+
|
|
111
125
|
a {
|
|
112
126
|
padding: var(--padding-wide);
|
|
113
127
|
font: normal 15px var(--theme-font);
|
|
114
128
|
}
|
|
129
|
+
|
|
115
130
|
li[active] ul {
|
|
116
131
|
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
|
|
117
132
|
}
|
|
133
|
+
|
|
118
134
|
li li a {
|
|
119
135
|
display: block;
|
|
120
136
|
padding: var(--padding-wide) var(--padding-default) var(--padding-wide) 35px;
|
|
@@ -123,6 +139,7 @@ export const LiteMenuPortraitStyles = css`
|
|
|
123
139
|
white-space: nowrap;
|
|
124
140
|
font: normal 14px var(--theme-font);
|
|
125
141
|
}
|
|
142
|
+
|
|
126
143
|
li li[active] a {
|
|
127
144
|
font: bold 14px var(--theme-font);
|
|
128
145
|
}
|