mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
changed row corner
This commit is contained in:
parent
c1dfa24f1b
commit
8a23277311
2 changed files with 6 additions and 4 deletions
|
@ -49,7 +49,7 @@ export const RouteRowView = ({
|
||||||
<div className="route-title">
|
<div className="route-title">
|
||||||
{
|
{
|
||||||
(tab === 'mine' || !is_admin) && is_starred &&
|
(tab === 'mine' || !is_admin) && is_starred &&
|
||||||
<Icon icon="icon-star-fill" size={18} />
|
<div className="route-row-corner"><Icon icon="icon-star-fill" size={18} /></div>
|
||||||
}
|
}
|
||||||
<span>
|
<span>
|
||||||
{(title || _id)}
|
{(title || _id)}
|
||||||
|
|
|
@ -348,9 +348,11 @@
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
svg {
|
.route-row-corner {
|
||||||
fill: fade(white, 50%);
|
svg {
|
||||||
margin-right: 2px;
|
fill: fade(white, 50%);
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue