Skip to content

Commit

Permalink
[MM-24999] fix css on Copy Theme Colors button (mattermost#5492)
Browse files Browse the repository at this point in the history
* fix css on Copy Theme Colors button

* Continue using the copy-theme-button class
Set the butto text color to match the ButtonBg color

* address latest change requests

Co-authored-by: mattermod <[email protected]>
  • Loading branch information
jfrerich and mattermod committed May 28, 2020
1 parent eaec1f4 commit b571f97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sass/routes/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,8 @@
}

.copy-theme-button {
background-color: #ffffff;
padding: 5px 8px;
border: 1px solid $primary-color;
border: 1px solid v(link-color);
text-decoration: none;
}

Expand Down

0 comments on commit b571f97

Please sign in to comment.