Skip to content

Commit

Permalink
Merge branch 'release/1.10.37.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Oct 8, 2022
2 parents 6d05188 + a48fde4 commit e4f4ba0
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Admin Panel
slug: admin
type: plugin
version: 1.10.37
version: 1.10.37.1
description: Adds an advanced administration panel to manage your site
icon: empire
author:
Expand Down
10 changes: 9 additions & 1 deletion themes/grav/css-compiled/template.css

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

2 changes: 1 addition & 1 deletion themes/grav/css-compiled/template.css.map

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions themes/grav/scss/template/_admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
9 changes: 9 additions & 0 deletions themes/grav/scss/template/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

}

0 comments on commit e4f4ba0

Please sign in to comment.