From 8a232773116f0d24a4694a5b585bf9a27e9fba12 Mon Sep 17 00:00:00 2001 From: muerwre Date: Fri, 29 Mar 2019 17:33:56 +0700 Subject: [PATCH] changed row corner --- src/components/maps/RouteRowView.tsx | 2 +- src/styles/dialogs.less | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/maps/RouteRowView.tsx b/src/components/maps/RouteRowView.tsx index 0599edc..8bbb75f 100644 --- a/src/components/maps/RouteRowView.tsx +++ b/src/components/maps/RouteRowView.tsx @@ -49,7 +49,7 @@ export const RouteRowView = ({
{ (tab === 'mine' || !is_admin) && is_starred && - +
} {(title || _id)} diff --git a/src/styles/dialogs.less b/src/styles/dialogs.less index c7be1e4..461d484 100644 --- a/src/styles/dialogs.less +++ b/src/styles/dialogs.less @@ -348,9 +348,11 @@ word-break: break-word; display: flex; - svg { - fill: fade(white, 50%); - margin-right: 2px; + .route-row-corner { + svg { + fill: fade(white, 50%); + margin-right: 2px; + } } }