comparison client/src/components/Sidebar.vue @ 2406:b72d3da6409c

client: fixed indicator style in sidebar menu when menu item is active
author Markus Kottlaender <markus@intevation.de>
date Thu, 28 Feb 2019 10:18:21 +0100
parents fd248ede0251
children f39c4b432601
comparison
equal deleted inserted replaced
2405:ef928c63388a 2406:b72d3da6409c
255 color: #333; 255 color: #333;
256 text-decoration: none; 256 text-decoration: none;
257 .indicator { 257 .indicator {
258 left: auto; 258 left: auto;
259 right: 10px; 259 right: 10px;
260 top: 10px; 260 top: 12px;
261 border-radius: 0.25rem; 261 border-radius: 0.25rem;
262 }
263 &.router-link-exact-active .indicator {
264 background: #fff;
265 color: #333;
262 } 266 }
263 } 267 }
264 268
265 .menu a svg path { 269 .menu a svg path {
266 fill: #666; 270 fill: #666;