Skip to content

Commit

Permalink
Moved react-virtualized styles to example too
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Mar 31, 2016
1 parent 3f40d05 commit 03b3f00
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 110 deletions.
32 changes: 0 additions & 32 deletions examples/dist/example.css
Original file line number Diff line number Diff line change
Expand Up @@ -333,38 +333,6 @@
-webkit-transform: rotate(1turn);
}
}
/* Grid default theme */
.Grid {
position: relative;
overflow: auto;
-webkit-overflow-scrolling: touch;
z-index: 10;
/* Without this property, Chrome repaints the entire Grid any time a new row or column is added.
Firefox only repaints the new row or column (regardless of this property).
Safari and IE don't support the property at all. */
will-change: transform;
}
.Grid__innerScrollContainer {
box-sizing: border-box;
overflow: hidden;
}
.Grid__cell {
position: absolute;
}
/* VirtualScroll default theme */
.VirtualScroll {
position: relative;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
}
.VirtualScroll__innerScrollContainer {
box-sizing: border-box;
overflow: hidden;
}
.VirtualScroll__row {
position: absolute;
}
body {
color: #333;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
Expand Down
1 change: 1 addition & 0 deletions examples/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<meta property="og:site_name" content="React-Select">
<meta property="og:type" content="article">
<link rel="stylesheet" href="example.css">
<link rel="stylesheet" href="https://npmcdn.com/react-virtualized@6.0.2/styles.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions examples/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<meta property="og:site_name" content="React-Select">
<meta property="og:type" content="article">
<link rel="stylesheet" href="example.css">
<link rel="stylesheet" href="https://npmcdn.com/react-virtualized@6.0.2/styles.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
Expand Down
40 changes: 0 additions & 40 deletions less/react-virtualized.less

This file was deleted.

1 change: 0 additions & 1 deletion less/select.less
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,3 @@
@import "mixins.less";
@import "multi.less";
@import "spinner.less";
@import "react-virtualized.less";
1 change: 0 additions & 1 deletion scss/default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
@import "mixins";
@import "multi";
@import "spinner";
@import "react-virtualized";
36 changes: 0 additions & 36 deletions scss/react-virtualized.scss

This file was deleted.

0 comments on commit 03b3f00

Please sign in to comment.