Bold text on hover/active

This commit is contained in:
Bryan Mauger 2024-02-20 15:59:53 -05:00
parent 6e3306b5ab
commit fb58bab45c

View file

@ -188,6 +188,7 @@ ul {
&.ui-state-active {
border: 1px solid $gray-200;
border-radius: 2px;
font-weight: bold;
}
}
}