Skip to content

Commit

Permalink
Added border and color to timeline (#4242)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimikoo committed Apr 14, 2024
1 parent 02e0d9f commit da41664
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/scss/core/components/detailed_results/_timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,14 @@ $threat-color: #b56d07;
}
.rotation-timeline-cast {
position: absolute;
background-color: #e5cc80;
background-color: rgb(229, 204, 128, 0.7);
z-index: 1;
display: flex;
}
.rotation-timeline-travel-time {
position: absolute;
height: 24px;
background-color: #f9c0ff;
background-color: rgb(249, 192, 255, 0.6);
}
.rotation-timeline-tick {
position: absolute;
Expand All @@ -189,7 +189,7 @@ $threat-color: #b56d07;
}
.rotation-timeline-aura {
position: absolute;
background-color: blue;
background-color: rgba(0, 0, 255, 0.52);
opacity: 0.5;
height: 20px;
top: 2px;
Expand All @@ -215,7 +215,7 @@ $threat-color: #b56d07;
@include wowhead-background-icon;
height: 24px;
width: 24px;
border: 1px solid grey;
border-bottom: 3px solid grey;
}
.rotation-timeline-cast.outcome-miss .rotation-timeline-cast-icon {
border-color: red;
Expand Down

0 comments on commit da41664

Please sign in to comment.