aloha-vue 1.0.271 → 1.0.272
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.
package/package.json
CHANGED
|
@@ -225,12 +225,17 @@
|
|
|
225
225
|
.a_table__th__sort__box {
|
|
226
226
|
padding-left: .2rem;
|
|
227
227
|
display: flex;
|
|
228
|
+
align-items: center;
|
|
228
229
|
}
|
|
229
230
|
|
|
230
231
|
.a_table__th__sort__sequence_num {
|
|
231
232
|
margin-right: .2rem;
|
|
232
233
|
background-color: var(--a_table_sort_sequence_num_bg);
|
|
233
234
|
color: var(--a_table_sort_sequence_num_color);
|
|
235
|
+
text-underline: none;
|
|
236
|
+
&:hover {
|
|
237
|
+
text-underline: none;
|
|
238
|
+
}
|
|
234
239
|
}
|
|
235
240
|
|
|
236
241
|
.a_table__th__sort__icons {
|
|
@@ -239,8 +244,8 @@
|
|
|
239
244
|
}
|
|
240
245
|
|
|
241
246
|
.a_table__th__sort__icon {
|
|
242
|
-
width:
|
|
243
|
-
height:
|
|
247
|
+
width: 13px;
|
|
248
|
+
height: 13px;
|
|
244
249
|
line-height: 0;
|
|
245
250
|
}
|
|
246
251
|
|