Skip to content

Commit

Permalink
SwG Release 0.1.22.167 (#34572)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisAntaki authored May 27, 2021
1 parent bf0a092 commit f7a225a
Show file tree
Hide file tree
Showing 4 changed files with 349 additions and 99 deletions.
3 changes: 2 additions & 1 deletion third_party/subscriptions-project/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down Expand Up @@ -406,6 +406,7 @@ class ErrorLogger {
const userLogger = new ErrorLogger(
self.__AMP_TOP ? AMP_USER_ERROR_SENTINEL : ''
);
new ErrorLogger();

const user = () => userLogger;

Expand Down
10 changes: 10 additions & 0 deletions third_party/subscriptions-project/swg-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
Loading

0 comments on commit f7a225a

Please sign in to comment.