mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
[#181] comment out edit-favourites for now
This commit is contained in:
parent
32d8ce7069
commit
e998324194
1 changed files with 5 additions and 4 deletions
|
@ -20,10 +20,10 @@
|
||||||
linear-gradient(to top, var(--primary-border-colour) 1px, rgba(0, 0, 0, 0) 1px);
|
linear-gradient(to top, var(--primary-border-colour) 1px, rgba(0, 0, 0, 0) 1px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit-favourites {
|
/*#edit-favourites {*/
|
||||||
float: right;
|
/* float: right;*/
|
||||||
margin-top: -7px;
|
/* margin-top: -7px;*/
|
||||||
}
|
/*}*/
|
||||||
|
|
||||||
.favourites-hover {
|
.favourites-hover {
|
||||||
color: var(--rec-list-operation-font-colour);
|
color: var(--rec-list-operation-font-colour);
|
||||||
|
@ -41,3 +41,4 @@
|
||||||
.op-list .operation:hover {
|
.op-list .operation:hover {
|
||||||
filter: brightness(98%);
|
filter: brightness(98%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue