mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
feat(Calendar): add transition to border of items
This commit is contained in:
parent
ac01908374
commit
7cefc8d964
2 changed files with 2 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
background-color: var(--overlay-color);
|
||||
border-radius: var(--border-radius);
|
||||
border: 0.15rem solid transparent;
|
||||
transition: border-color 0.1s ease-out;
|
||||
|
||||
.heading {
|
||||
flex: none;
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@
|
|||
border: 0.15rem solid transparent;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
transition: border-color 0.1s ease-out;
|
||||
|
||||
&:first-child {
|
||||
border-radius: var(--border-radius) 0 0 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue