Skip to content

SwG Release 0.1.22.167 #34572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion third_party/subscriptions-project/config.js
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/** Version: 0.1.22.166 */
/** Version: 0.1.22.167 */
/**
* Copyright 2018 The Subscribe with Google Authors. All Rights Reserved.
*
@@ -406,6 +406,7 @@ class ErrorLogger {
const userLogger = new ErrorLogger(
self.__AMP_TOP ? AMP_USER_ERROR_SENTINEL : ''
);
new ErrorLogger();

const user = () => userLogger;

10 changes: 10 additions & 0 deletions third_party/subscriptions-project/swg-button.css
Original file line number Diff line number Diff line change
@@ -302,6 +302,11 @@
border: 1px solid #DADCE0;
}

.swg-button-v2-light:disabled {
opacity: 0.38;
pointer-events: none;
}

.swg-button-v2-light:hover {
box-shadow: 0px 1px 2px rgba(60, 64, 67, 0.3), 0px 1px 3px 1px rgba(60, 64, 67, 0.15);
background: linear-gradient(0deg, rgba(26, 115, 232, 0.04), rgba(26, 115, 232, 0.04)), #FFFFFF;
@@ -325,6 +330,11 @@
background-color: #3C4043;
}

.swg-button-v2-dark:disabled {
opacity: 0.38;
pointer-events: none;
}

.swg-button-v2-dark:hover, .swg-button-v2-dark:active {
box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.3);
background-color: #202124;
Loading