mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-25 10:33:21 +03:00
UI update: branches search style
This commit is contained in:
parent
959bdfad1f
commit
92f44e3661
@ -376,12 +376,18 @@
|
||||
padding-left: 8px;
|
||||
border-radius: var(--radius-s);
|
||||
border: 1px solid var(--clr-border-2);
|
||||
background-color: var(--clr-bg-1);
|
||||
transition: opacity 0.1s;
|
||||
|
||||
&:focus-within {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
border-color: var(--clr-border-1);
|
||||
}
|
||||
|
||||
&::placeholder {
|
||||
color: var(--clr-scale-ntrl-60);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user