starred content

This commit is contained in:
muerwre 2019-03-21 17:58:38 +07:00
parent a920217959
commit baa41f707d
19 changed files with 159 additions and 22 deletions

View file

@ -196,7 +196,7 @@
}
&.is_menu_target {
.route-row {
.route-row, .route-row-fav {
transform: translateX(-120px);
}
@ -222,6 +222,7 @@
overflow: hidden;
transition: height 500ms;
position: relative;
display: flex;
&.has_menu {
padding-right: 32px;
@ -285,6 +286,21 @@
}
}
.route-row-fav {
width: 32px;
display: flex;
align-items: center;
justify-content: center;
fill: fade(white, 30%);
background: fade(white, 5%);
cursor: pointer;
transition: background 250ms, transform 500ms;
&:hover {
background: fade(white, 10%);
}
}
.route-row-edit-menu {
width: 0;
height: 100%;