Fix regression introduced by https://github.com/ceph/ceph/pull/35954.
Rename some color names that have been changed by the mentioned PR.
Signed-off-by: Volker Theile <vtheile@suse.com>
a {
.dot {
- background-color: bd.$color-primary;
- border: 2px solid bd.$color-navbar-bg;
+ background-color: bd.$primary;
+ border: 2px solid bd.$secondary;
border-radius: 50%;
height: 11px;
position: absolute;
}
&:hover .dot {
- background-color: bd.$color-solid-white;
- border-color: bd.$color-primary;
+ background-color: bd.$white;
+ border-color: bd.$primary;
}
}