add an underline to the selected pin to improve accesibility

This commit is contained in:
Henry Jameson 2022-08-23 00:50:38 +03:00
commit fa41f6cf96
3 changed files with 16 additions and 6 deletions

View file

@ -3,7 +3,7 @@
<div class="panel panel-default">
<div
v-if="!forceExpand"
class="panel-heading"
class="panel-heading nav-panel-heading"
>
<NavigationPins :limit="6" />
<div class="spacer" />
@ -192,6 +192,7 @@
.timelines-chevron {
margin-left: 0.8em;
margin-right: 0.8em;
font-size: 1.1em;
}
@ -209,9 +210,13 @@
background-color: var(--bg, $fallback--bg);
}
.nav-panel-heading {
// breaks without a unit
--panel-heading-height-padding: 0em;
}
.fa-scale-110 {
margin-right: 0.8em;
}
}
</style>