Skip to content

Commit

Permalink
Revert "Add missing css variable and state-ball for state unreachable"
Browse files Browse the repository at this point in the history
This reverts commit 15fd6b6.
  • Loading branch information
nilmerg committed Sep 18, 2023
1 parent 3d003f1 commit 41b770e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions asset/css/balls.less
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@
.ball-solid(var(--state-unknown, @state-unknown));
}

&.state-unreachable {
.ball-solid(var(--state-unreachable, @state-unreachable));
}

&.handled {
opacity: 0.6;
}
Expand Down
1 change: 0 additions & 1 deletion asset/css/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
@state-down: @state-critical;
@state-pending: #77aaff;
@state-unknown: #aa44ff;
@state-unreachable: @state-unknown;
@state-none: @base-gray-light;

@primary-button-color: @default-text-color-inverted;
Expand Down

0 comments on commit 41b770e

Please sign in to comment.