mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 15:45:00 +00:00
22 lines
351 B
CSS
22 lines
351 B
CSS
#search-in-page {
|
|
z-index: 999;
|
|
background-color: var(--ls-primary-background-color);
|
|
|
|
.form-input:focus {
|
|
box-shadow: none;
|
|
}
|
|
|
|
.ui__button[intent='link'],
|
|
.ui__button[intent='link']:focus {
|
|
border-color: none;
|
|
}
|
|
|
|
.ui__button {
|
|
margin-top: 0;
|
|
|
|
&.active {
|
|
color: var(--ls-link-text-color);
|
|
}
|
|
}
|
|
}
|