Specify color for label link inside event

This unoverride the link color set for .event a:not(.btn),
which I couldn't find where it's defined.  AFAIK, affected pages
include specific tickets and users' overview.
This commit is contained in:
Nguyễn Gia Phong 2021-03-20 14:54:04 +07:00 committed by Drew DeVault
parent 06a8eb3ae6
commit fc40d2a18e
1 changed files with 4 additions and 0 deletions

View File

@ -159,6 +159,10 @@ select.form-control {
}
}
.event .label a {
color: inherit;
}
.assign {
&[open] {
background: $gray-300;