Skip to content

Commit

Permalink
Fixed #902 - p-button-link not visible in Material Design themes
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jan 28, 2021
1 parent 0d094ff commit 48a5271
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions public/themes/md-dark-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1799,13 +1799,13 @@
}

.p-button.p-button-link {
color: transparent;
color: #CE93D8;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
color: transparent;
color: #CE93D8;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
Expand All @@ -1818,7 +1818,7 @@
}
.p-button.p-button-link:enabled:active {
background: transparent;
color: transparent;
color: #CE93D8;
border-color: transparent;
}

Expand Down
6 changes: 3 additions & 3 deletions public/themes/md-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1799,13 +1799,13 @@
}

.p-button.p-button-link {
color: transparent;
color: #9FA8DA;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
color: transparent;
color: #9FA8DA;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
Expand All @@ -1818,7 +1818,7 @@
}
.p-button.p-button-link:enabled:active {
background: transparent;
color: transparent;
color: #9FA8DA;
border-color: transparent;
}

Expand Down
6 changes: 3 additions & 3 deletions public/themes/md-light-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1799,13 +1799,13 @@
}

.p-button.p-button-link {
color: transparent;
color: #673AB7;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
color: transparent;
color: #673AB7;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
Expand All @@ -1818,7 +1818,7 @@
}
.p-button.p-button-link:enabled:active {
background: transparent;
color: transparent;
color: #673AB7;
border-color: transparent;
}

Expand Down
6 changes: 3 additions & 3 deletions public/themes/md-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1799,13 +1799,13 @@
}

.p-button.p-button-link {
color: transparent;
color: #3F51B5;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
color: transparent;
color: #3F51B5;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
Expand All @@ -1818,7 +1818,7 @@
}
.p-button.p-button-link:enabled:active {
background: transparent;
color: transparent;
color: #3F51B5;
border-color: transparent;
}

Expand Down

0 comments on commit 48a5271

Please sign in to comment.