File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 103
103
border-bottom : none ;
104
104
}
105
105
106
- // &:hover:not(:only-child) {
107
- // cursor: pointer;
108
- // color: $popover-hover-text-color;
109
- // background-color: $popover-hover-background-color;
110
- // }
111
-
112
106
& :hover:nth-of-type (2 ) {
113
107
border-radius : 8px 8px 0px 0px ;
114
108
}
132
126
}
133
127
134
128
& -name {
135
- width : 100% ;
129
+ width : calc ( 100% - 34 px ) ;
136
130
word-break : keep-all ;
137
131
margin : 0 6px 0 4px ;
132
+ flex : 1 ;
138
133
}
139
134
140
135
& -action-icon {
174
169
175
170
& -top-start {
176
171
left : 0 ;
177
-
178
172
.nut-popover-arrow-top-start {
179
173
left : 16px ;
180
174
transform : translateX (0% );
190
184
191
185
& -bottom-end {
192
186
right : 0 ;
193
-
194
187
.nut-popover-arrow-bottom-end {
195
188
right : 16px ;
196
189
transform : translateX (0% );
199
192
200
193
& -bottom-start {
201
194
left : 0 ;
202
-
203
195
.nut-popover-arrow-bottom-start {
204
196
left : 16px ;
205
197
transform : translateX (0% );
You can’t perform that action at this time.
0 commit comments