removed gumroad’s new styling

This commit is contained in:
Andy Miller
2022-10-08 10:34:45 -06:00
parent 95477bc295
commit 09f98e6dad
5 changed files with 32 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
# v1.10.37.1
## 10/08/2022
1. [](#bugfix)
* Removed new GumRoad cart icon + new button styling [getgrav/grav#3631](https://github.com/getgrav/grav/issues/3631)
# v1.10.37
## 10/05/2022

View File

@@ -1857,10 +1857,15 @@ table.noflex {
line-height: inherit !important;
font-family: inherit !important;
border-radius: 4px !important;
box-shadow: inherit !important; }
box-shadow: inherit !important;
border-color: transparent !important; }
#admin-main .admin-block a.gumroad-button:hover {
transform: inherit; }
#admin-main .admin-block a.gumroad-button .gumroad-button-logo {
display: none !important;
background-image: none !important; }
#admin-main .admin-block a.gumroad-button .logo-full {
display: none; }
#error {
text-align: center;
@@ -2815,6 +2820,9 @@ table.noflex {
right: 0;
left: 0; }
.gumroad .cart-button {
display: none !important; }
@media only all and (max-width: 47.938em) {
#admin-main .config-wrapper-system .form-tabs.side-tabs > .tabs-nav {
display: none;

File diff suppressed because one or more lines are too long

View File

@@ -1220,6 +1220,13 @@ body.sidebar-quickopen #admin-main {
}
}
// Gumroad
.gumroad {
.cart-button {
display: none !important;
}
}
// Config Side Tabs
@include breakpoint(mobile-only) {
#admin-main .config-wrapper-system .form-tabs.side-tabs {

View File

@@ -124,8 +124,17 @@
font-family: inherit !important;
border-radius: 4px !important;
box-shadow: inherit !important;
border-color: transparent !important;
&:hover {
transform: inherit;
}
.gumroad-button-logo {
display: none !important;
background-image: none !important;
}
.logo-full {
display: none;
}
}