|
|
@@ -309,24 +309,28 @@
|
|
|
}
|
|
|
|
|
|
.assist-tables > li:hover {
|
|
|
- background-color: @cui-gray-100;
|
|
|
+ background-color: @cui-gray-050;
|
|
|
+
|
|
|
.assist-column {
|
|
|
background-color: @cui-white;
|
|
|
+
|
|
|
.assist-actions, .assist-file-actions {
|
|
|
background-color: @cui-white;
|
|
|
}
|
|
|
+
|
|
|
&:hover {
|
|
|
- background-color: @cui-gray-100;
|
|
|
+ background-color: @cui-gray-050;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.assist-column:hover {
|
|
|
.assist-actions, .assist-file-actions {
|
|
|
- background-color: @cui-gray-100;
|
|
|
+ background-color: @cui-gray-050;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.assist-actions, .assist-file-actions {
|
|
|
- background-color: @cui-gray-100;
|
|
|
+ background-color: @cui-gray-050;
|
|
|
}
|
|
|
}
|
|
|
|