Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Add highlight class for endpoints and connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBarnett committed Apr 30, 2015
1 parent 85c830f commit e887144
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
13 changes: 13 additions & 0 deletions go/base/static/css/conversations.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
@color-hover: #b41e31;
@color-unconnected: #d9534f;
@secondary-opacity: 0.75;
@color-highlighted: #5cb85c;

.actions {
.sidebar {
Expand Down Expand Up @@ -259,6 +260,18 @@
}
}
}

.highlighted {
&.endpoint {
background-color: @color-highlighted;
}
path, circle {
stroke: @color-highlighted;
}
circle, [pointer-events="all"] {
fill: @color-highlighted;
}
}
}
}

Expand Down
11 changes: 11 additions & 0 deletions go/base/static/css/vumigo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go/base/static/css/vumigo.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e887144

Please sign in to comment.