change focused styles in board

This commit is contained in:
nklhrstv 2022-06-01 12:38:58 +03:00
parent 1211d7f6b6
commit cab6137325
2 changed files with 8 additions and 0 deletions

View file

@ -9,6 +9,10 @@
padding: 0 1rem;
margin-bottom: 1rem;
&:focus-within {
background-color: var(--color-placeholder-background);
}
.title-container {
flex: 1;
max-height: 2.4em;

View file

@ -13,6 +13,10 @@
padding: 0 1rem;
margin-bottom: 1rem;
&:focus-within {
background-color: @color-background-light3;
}
.title-container {
flex: 1;
max-height: 2.4em;