mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
stars at route-row-view
This commit is contained in:
parent
8dc3969906
commit
6714721adf
4 changed files with 15 additions and 58 deletions
|
@ -337,68 +337,21 @@
|
|||
|
||||
}
|
||||
|
||||
//.route-row-panel {
|
||||
// position: absolute;
|
||||
// top: 100%;
|
||||
// height: 32px;
|
||||
// width: 100%;
|
||||
// left: 0;
|
||||
// background: mix(@dialog_background, white, 80%);
|
||||
// border-radius: 0 0 @panel_radius @panel_radius;
|
||||
// z-index: 1;
|
||||
// transform: scaleY(0);
|
||||
// pointer-events: none;
|
||||
// touch-action: none;
|
||||
// transition: transform 250ms;
|
||||
// transform-origin: 0 0;
|
||||
// padding: 0 5px;
|
||||
// box-sizing: border-box;
|
||||
// // display: flex;
|
||||
// align-items: center;
|
||||
// fill: white;
|
||||
//
|
||||
// display: none;
|
||||
//
|
||||
// & > div {
|
||||
// display: flex;
|
||||
// align-items: center;
|
||||
//
|
||||
// svg {
|
||||
// margin-right: 2px;
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
//
|
||||
//.route-row-edit {
|
||||
// fill: rgba(255, 255, 255, 0.3);
|
||||
// right: -48px;
|
||||
// padding-left: 0px;
|
||||
// stroke: none;
|
||||
// position: absolute;
|
||||
// top: 0;
|
||||
// width: 58px;
|
||||
// height: 100%;
|
||||
// transition: all 500ms;
|
||||
// display: flex;
|
||||
// align-items: center;
|
||||
// justify-content: center;
|
||||
// cursor: pointer;
|
||||
//
|
||||
// &:hover {
|
||||
// fill: @green_secondary;
|
||||
// }
|
||||
//}
|
||||
|
||||
.route-title {
|
||||
margin-bottom: 5px;
|
||||
font-weight: bold;
|
||||
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
//white-space: nowrap;
|
||||
position: relative;
|
||||
max-height: 2.4em;
|
||||
word-break: break-word;
|
||||
display: flex;
|
||||
|
||||
svg {
|
||||
fill: fade(white, 50%);
|
||||
margin-right: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.route-description {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue