app/assets/stylesheets/ponytail/_new.scss in ponytail-0.5.0 vs app/assets/stylesheets/ponytail/_new.scss in ponytail-0.6.0
- old
+ new
@@ -25,23 +25,24 @@
@include box-flex(1);
input {
display: none;
}
}
- .edit_table {
- width: 40px;
+ .edit_table i,
+ .drop_table i,
+ .restore_table i {
+ cursor: pointer;
+ margin: 0 2px;
}
- .drop_table {
- width: 40px;
- }
+
.restore_table {
- width: 60px;
display: none;
}
}
.new_table {
+ cursor: pointer;
padding: 3px;
margin-top: 3px;
}
.columns {
@@ -70,19 +71,21 @@
}
input {
display: none;
}
}
- .remove_column {
- width: 60px;
+ .remove_column i,
+ .restore_column i {
+ cursor: pointer;
+ margin: 0 2px;
}
.restore_column {
- width: 60px;
display: none;
}
}
.add_column {
+ cursor: pointer;
margin-top: 3px;
}
}
.table_name {