Skip to content

Commit 7a43311

Browse files
committed
Improve operations design
1 parent e498e1d commit 7a43311

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/resources/stylesheets/ui/operations.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
.operation-item {
1212
padding: 5px 10px;
1313
background: #ffffd6;
14-
border-top: 1px solid #ccc;
14+
border: 1px solid #ccc;
15+
border-bottom: 0px;
1516
cursor: pointer;
1617
text-overflow: ellipsis;
1718
overflow: hidden;

0 commit comments

Comments
 (0)