Removing PropTypes; Adding scroll restoration, fixes #263

This commit is contained in:
James Barnsley
2019-02-10 19:51:33 +13:00
parent bcd11855f7
commit 4f27b0eb3e
85 changed files with 3622 additions and 2733 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -2699,7 +2699,8 @@ body {
body.context-menu-open {
overflow-y: hidden; } }
.smooth-scroll {
.smooth-scroll.smooth-scrolling-enabled,
.smooth-scrolling-enabled .smooth-scroll {
scroll-behavior: smooth; }
main {
@ -2828,6 +2829,9 @@ h4 {
padding-top: 40px; }
h4 .dropdown-field {
margin-left: 10px; }
h4 .button {
margin-left: 10px;
margin-bottom: -6px; }
h5 {
font-size: 1rem;
@ -3445,9 +3449,12 @@ select {
background: #000000;
opacity: 0.25; }
.button--discrete {
border: transparent; }
.button--discrete[disabled], .button--discrete[disabled="disabled"] {
border-color: #cecac4 !important; }
background: transparent;
color: #FFFFFF; }
.light-theme .button--discrete {
color: #121212; }
.button--discrete:before {
display: none; }
.button--working {
position: relative;
cursor: wait !important;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -98,7 +98,7 @@
// Release details
// These are automatically injected to built HTML
var build = "1549580018";
var build = "1549781430";
var version = "3.32.4";
// Construct the script tag