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

Commit

Permalink
Merge pull request #90 from krisztianb/master
Browse files Browse the repository at this point in the history
Removed non-standard CSS properties
  • Loading branch information
Gerrit0 committed Dec 23, 2019
2 parents 877738a + 4c98d2c commit 51eef22
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/default/assets/css/elements/_index.sass
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
+vendors(column-count, 2)

li
+vendors(column-break-inside, avoid)
+vendors(page-break-inside, avoid)

a,
Expand Down Expand Up @@ -77,4 +76,4 @@
color: $COLOR_TS_CLASS

.tsd-is-private a
color: $COLOR_TS_PRIVATE
color: $COLOR_TS_PRIVATE
1 change: 0 additions & 1 deletion src/default/assets/css/layouts/_default.sass
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ html.default
position: fixed !important
overflow: auto
-webkit-overflow-scrolling: touch
overflow-scrolling: touch
z-index: 1024
top: 0 !important
bottom: 0 !important
Expand Down
1 change: 0 additions & 1 deletion src/default/assets/css/layouts/_minimal.sass
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ html.minimal
position: fixed !important
overflow: auto
-webkit-overflow-scrolling: touch
overflow-scrolling: touch
box-sizing: border-box
z-index: 1
left: 0
Expand Down
2 changes: 1 addition & 1 deletion src/default/assets/css/setup/_mixins.sass
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
height: 0

@mixin retina
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)
&
@content

Expand Down

0 comments on commit 51eef22

Please sign in to comment.