Skip to content

Commit e998324

Browse files
committed
[gchq#181] comment out edit-favourites for now
1 parent 32d8ce7 commit e998324

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/web/stylesheets/layout/_operations.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
linear-gradient(to top, var(--primary-border-colour) 1px, rgba(0, 0, 0, 0) 1px);
2121
}
2222

23-
#edit-favourites {
24-
float: right;
25-
margin-top: -7px;
26-
}
23+
/*#edit-favourites {*/
24+
/* float: right;*/
25+
/* margin-top: -7px;*/
26+
/*}*/
2727

2828
.favourites-hover {
2929
color: var(--rec-list-operation-font-colour);
@@ -41,3 +41,4 @@
4141
.op-list .operation:hover {
4242
filter: brightness(98%);
4343
}
44+

0 commit comments

Comments
 (0)