Skip to content

Commit 6cfe7c5

Browse files
committed
Merge branch 'master' into ui-key
2 parents 2034941 + ed9ad69 commit 6cfe7c5

File tree

134 files changed

+3462
-1660
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+3462
-1660
lines changed

appveyor.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
environment:
2+
nodejs_version: "10"
3+
4+
install:
5+
- ps: Install-Product node $env:nodejs_version
6+
# faster than `npm install`
7+
- npm ci
8+
9+
test_script:
10+
- node --version
11+
- npm --version
12+
- npm run test-jasmine -- lib --IE11
13+
14+
build: off

build/plotcss.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ var rules = {
3232
"X .cursor-ne-resize": "cursor:ne-resize;",
3333
"X .cursor-grab": "cursor:-webkit-grab;cursor:grab;",
3434
"X .modebar": "position:absolute;top:2px;right:2px;z-index:1001;",
35-
"X .modebar--hover": "opacity:0;-webkit-transition:opacity 0.3s ease 0s;-moz-transition:opacity 0.3s ease 0s;-ms-transition:opacity 0.3s ease 0s;-o-transition:opacity 0.3s ease 0s;transition:opacity 0.3s ease 0s;",
36-
"X:hover .modebar--hover": "opacity:1;",
35+
"X .modebar--hover>:not(.watermark)": "opacity:0;-webkit-transition:opacity 0.3s ease 0s;-moz-transition:opacity 0.3s ease 0s;-ms-transition:opacity 0.3s ease 0s;-o-transition:opacity 0.3s ease 0s;transition:opacity 0.3s ease 0s;",
36+
"X:hover .modebar--hover .modebar-group": "opacity:1;",
3737
"X .modebar-group": "float:left;display:inline-block;box-sizing:border-box;margin-left:8px;position:relative;vertical-align:middle;white-space:nowrap;",
3838
"X .modebar-btn": "position:relative;font-size:16px;padding:3px 4px;height:22px;cursor:pointer;line-height:normal;box-sizing:border-box;",
3939
"X .modebar-btn svg": "position:relative;top:2px;",

0 commit comments

Comments
 (0)