mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 14:14:17 +00:00
fix: use background-color: transparent; for overlap indicators (#699)
This commit is contained in:
committed by
GitHub
parent
92cefa1331
commit
9611722a6d
@@ -207,7 +207,7 @@ $skip-opacity: 0.1;
|
||||
gap: 0.5rem;
|
||||
|
||||
.indicator {
|
||||
background-color: $gray-1250;
|
||||
background-color: transparent;
|
||||
margin: 0.4rem;
|
||||
margin-right: 0;
|
||||
border-radius: 0.7rem;
|
||||
@@ -217,15 +217,11 @@ $skip-opacity: 0.1;
|
||||
.indicator.delay {
|
||||
background-color: $ontime-delay;
|
||||
}
|
||||
.indicator.overlap {
|
||||
background-color: $gray-600;
|
||||
}
|
||||
.indicator.nextDay,
|
||||
.indicator.overlap,
|
||||
.indicator.spacing {
|
||||
background-color: $gray-600;
|
||||
}
|
||||
.indicator.nextDay {
|
||||
background-color: $gray-600;
|
||||
}
|
||||
}
|
||||
|
||||
.eventStatus {
|
||||
|
||||
Reference in New Issue
Block a user