Skip to content
Snippets Groups Projects
Commit 1fa695df authored by Ray Schamp's avatar Ray Schamp
Browse files

Update in/active states for flag and stop

parent f9970d6c
No related branches found
No related tags found
No related merge requests found
.green-flag {
width: 16px;
height: 16px;
opacity: 0.5;
}
.green-flag.is-active {
filter: saturate(200%) brightness(150%);
.green-flag.is-active,
.green-flag:hover {
opacity: 1;
}
.stop-all {
width: 16px;
height: 16px;
opacity: 0.5;
}
.stop-all.is-active {
filter: saturate(200%) brightness(150%);
.stop-all.is-active,
.stop-all:hover {
opacity: 1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment