Skip to content

Commit

Permalink
fixed pinHighlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalis-wiens committed Nov 29, 2016
1 parent d75eca0 commit 0efda2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webvowl",
"version": "1.0.0-RC.4",
"version": "1.0.0-RC.5",
"dependencies": {
"d3": "^3.5.6",
"lodash": "^4.1.0"
Expand Down
7 changes: 6 additions & 1 deletion src/webvowl/css/vowl.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,15 @@ marker path {
.white, .subclass, .subclassproperty, .external + text {
fill: #fff;
}
.class.hovered, .property.hovered, .cardinality.hovered, .cardinality.focused, circle.pin, .filled.hovered, .filled.focused, .values-from.filled.hovered {
.class.hovered, .property.hovered, .cardinality.hovered, .cardinality.focused, .filled.hovered, .filled.focused, .values-from.filled.hovered {
fill: #f00 !important;
cursor: pointer;
}
.feature{
fill: #f00;
cursor: pointer;
}

.focused, path.hovered {
stroke: #f00 !important;
}
Expand Down

0 comments on commit 0efda2f

Please sign in to comment.