forked from forgejo/forgejo
Use semantic dropdown for code search query type (#15276)
Add comments to CSS rules Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
afa781bf20
commit
013657ec76
3 changed files with 64 additions and 61 deletions
|
@ -240,6 +240,15 @@ a.muted:hover,
|
|||
border-color: var(--color-primary) !important;
|
||||
}
|
||||
|
||||
/* currently used for search bar dropdowns in repo search and explore code */
|
||||
.ui.action.input:not([class*="left action"]) > .ui.dropdown.selection {
|
||||
min-width: 10em;
|
||||
|
||||
&:not(:focus):not(:hover) {
|
||||
border-right-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.ui.action.input:not([class*="left action"]) > input:focus {
|
||||
border-right-color: var(--color-primary);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue