Skip to content

Commit

Permalink
fix(google-mail): Standardize button style
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrammond authored and shantanuraj committed Apr 23, 2019
1 parent 240510f commit 69d9219
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/styles/style.css
Expand Up @@ -893,14 +893,17 @@ SingleTaskPaneToolbar .toggl-button.asana-board, /* new ui v1 */
}

/********* GOOGLE MAIL *********/
.toggl-button.google-mail {
.toggl-button.google-mail:not(.toggl-button-edit-form-button) {
margin-left: 15px;
font-size: 12px;
text-decoration: none;
font-weight: initial;
vertical-align: middle;
color: rgb(102, 102, 102);
}
.toggl-button.google-mail:hover {
text-decoration: underline;
.toggl-button.google-mail.toggl-button-edit-form-button {
/* resolve leaking service styles */
color: rgb(102, 102, 102);
text-decoration: none;
}

/********* TAIGA *********/
Expand Down

0 comments on commit 69d9219

Please sign in to comment.