Skip to content

Commit

Permalink
Removing clip-path; Fixes #72;
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gates committed Mar 1, 2018
1 parent 6be19bb commit 9636027
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 42 deletions.
4 changes: 0 additions & 4 deletions dist/less/mixins-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
.clipped() {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
padding: 0;
Expand All @@ -18,8 +16,6 @@

.unclipped() {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
overflow: visible;
white-space: normal;
Expand Down
4 changes: 0 additions & 4 deletions dist/utility/ds4/utility.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
.clipped {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
padding: 0;
Expand All @@ -21,8 +19,6 @@
}
.clipped--stealth:focus {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
overflow: visible;
white-space: normal;
Expand Down
4 changes: 0 additions & 4 deletions dist/utility/ds6/utility.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
.clipped {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
padding: 0;
Expand All @@ -21,8 +19,6 @@
}
.clipped--stealth:focus {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
overflow: visible;
white-space: normal;
Expand Down
2 changes: 1 addition & 1 deletion docs/static/ds4/docs.css

Large diffs are not rendered by default.

11 changes: 3 additions & 8 deletions docs/static/ds4/docs.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions docs/static/ds4/skin-full.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ legend {
.clipped {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
padding: 0;
Expand All @@ -75,8 +73,6 @@ legend {
}
.clipped--stealth:focus {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
overflow: visible;
white-space: normal;
Expand Down
4 changes: 0 additions & 4 deletions docs/static/ds4/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ legend {
.clipped {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
padding: 0;
Expand All @@ -75,8 +73,6 @@ legend {
}
.clipped--stealth:focus {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
overflow: visible;
white-space: normal;
Expand Down
2 changes: 1 addition & 1 deletion docs/static/ds6/docs.css

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

4 changes: 0 additions & 4 deletions docs/static/ds6/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -812,8 +812,6 @@ span.inline-notice {
.clipped {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
padding: 0;
Expand All @@ -823,8 +821,6 @@ span.inline-notice {
}
.clipped--stealth:focus {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
overflow: visible;
white-space: normal;
Expand Down
4 changes: 0 additions & 4 deletions src/less/less/mixins-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
.clipped() {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
padding: 0;
Expand All @@ -18,8 +16,6 @@

.unclipped() {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
overflow: visible;
white-space: normal;
Expand Down
4 changes: 0 additions & 4 deletions src/less/utility/utility-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
.clipped {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
padding: 0;
Expand All @@ -29,8 +27,6 @@

.clipped--stealth:focus {
clip: auto;
-webkit-clip-path: none;
clip-path: none;
height: auto;
overflow: visible;
white-space: normal;
Expand Down

0 comments on commit 9636027

Please sign in to comment.