mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
change focused styles in board
This commit is contained in:
parent
1211d7f6b6
commit
cab6137325
2 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue