mirror of
https://github.com/rooyca/obsidian-api-request.git
synced 2026-07-22 07:50:27 +00:00
23 lines
459 B
CSS
23 lines
459 B
CSS
.copy-req {
|
|
padding: var(--size-2-2);
|
|
position: absolute;
|
|
top: 2px;
|
|
right: 34px;
|
|
display: flex;
|
|
cursor: var(--cursor);
|
|
opacity: 0;
|
|
background-color: transparent !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.block-language-req:hover .copy-req {
|
|
opacity: 1;
|
|
background-color: var(--background-modifier-hover) !important;
|
|
}
|
|
|
|
.todo-li {
|
|
list-style-type: none;
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
}
|
|
|