Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
Fix marble hover and dragging styles for Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplas committed Jun 6, 2015
1 parent 5287dcd commit 23c5806
Show file tree
Hide file tree
Showing 7 changed files with 10,943 additions and 157 deletions.
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ DONE Embeddable rxmarbles
>>> v1.3.0

DONE Initial affordance animation in diagram
DONE Fix marble hover and dragging styles for Firefox
TODO Fix affordance animation stuck for combineLatest
TODO Disambiguate simultaneous marbles
Vertically spread them
Expand Down
7 changes: 7 additions & 0 deletions dist/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,10 @@ body {
a {
color: #3ea1cb;
}
p.marbleContent {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
Loading

0 comments on commit 23c5806

Please sign in to comment.