Skip to content

Commit

Permalink
Fixed #306 - Add link button
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed May 8, 2020
1 parent 74c9cbb commit 4ba09bc
Show file tree
Hide file tree
Showing 26 changed files with 553 additions and 17 deletions.
22 changes: 22 additions & 0 deletions public/themes/luna-amber/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,28 @@
border-color: #a90000;
}

.p-button.p-button-link {
color: #FFB300;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
color: #FFB300;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-text {
text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
box-shadow: 0 0 0 0.2em #ffe8b3;
}
.p-button.p-button-link:enabled:active {
background: transparent;
color: #FFB300;
border-color: transparent;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
background: #FFB300;
Expand Down
22 changes: 22 additions & 0 deletions public/themes/luna-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,28 @@
border-color: #a90000;
}

.p-button.p-button-link {
color: #1ea04c;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
color: #1ea04c;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-text {
text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
box-shadow: 0 0 0 0.2em #88e9aa;
}
.p-button.p-button-link:enabled:active {
background: transparent;
color: #1ea04c;
border-color: transparent;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
background: #1ea04c;
Expand Down
22 changes: 22 additions & 0 deletions public/themes/luna-pink/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,28 @@
border-color: #a90000;
}

.p-button.p-button-link {
color: #cc285c;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
color: #cc285c;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-text {
text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
box-shadow: 0 0 0 0.2em #f1b6c8;
}
.p-button.p-button-link:enabled:active {
background: transparent;
color: #cc285c;
border-color: transparent;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
background: #cc285c;
Expand Down
22 changes: 22 additions & 0 deletions public/themes/nova-colored/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,28 @@
border-color: #a90000;
}

.p-button.p-button-link {
color: #005b9f;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
color: #005b9f;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-text {
text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
box-shadow: 0 0 0 0.2em #8dcdff;
}
.p-button.p-button-link:enabled:active {
background: transparent;
color: #005b9f;
border-color: transparent;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
background: #ffffff;
Expand Down
22 changes: 22 additions & 0 deletions public/themes/nova-dark/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,28 @@
border-color: #a90000;
}

.p-button.p-button-link {
color: #005b9f;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
color: #005b9f;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-text {
text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
box-shadow: 0 0 0 0.2em #8dcdff;
}
.p-button.p-button-link:enabled:active {
background: transparent;
color: #005b9f;
border-color: transparent;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
background: #ffffff;
Expand Down
22 changes: 22 additions & 0 deletions public/themes/nova-light/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,28 @@
border-color: #a90000;
}

.p-button.p-button-link {
color: #005b9f;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
color: #005b9f;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-text {
text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
box-shadow: 0 0 0 0.2em #8dcdff;
}
.p-button.p-button-link:enabled:active {
background: transparent;
color: #005b9f;
border-color: transparent;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
background: #ffffff;
Expand Down
22 changes: 22 additions & 0 deletions public/themes/nova-vue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,28 @@
border-color: #a90000;
}

.p-button.p-button-link {
color: #246749;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
color: #246749;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-text {
text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
box-shadow: 0 0 0 0.2em #c2e9d8;
}
.p-button.p-button-link:enabled:active {
background: transparent;
color: #246749;
border-color: transparent;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
background: #ffffff;
Expand Down
22 changes: 22 additions & 0 deletions public/themes/rhea/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1224,6 +1224,28 @@
border-color: #B73737;
}

.p-button.p-button-link {
color: #617c8a;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
color: #617c8a;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-text {
text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
box-shadow: 0 0 0 0.2em #e4e9ec;
}
.p-button.p-button-link:enabled:active {
background: transparent;
color: #617c8a;
border-color: transparent;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
background: #7B95A3;
Expand Down
26 changes: 24 additions & 2 deletions public/themes/saga-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1130,13 +1130,13 @@
}

.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button {
color: #2196F3;
color: #1976D2;
background: #ffffff;
border: 1px solid #2196F3;
}
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover {
background: #e9ecef;
color: #1E88E5;
color: #1976D2;
border-color: #1E88E5;
}
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus {
Expand Down Expand Up @@ -1224,6 +1224,28 @@
border-color: #B71C1C;
}

.p-button.p-button-link {
color: #1976D2;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
color: #1976D2;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-text {
text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
box-shadow: 0 0 0 0.2em #BBDEFB;
}
.p-button.p-button-link:enabled:active {
background: transparent;
color: #1976D2;
border-color: transparent;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
background: #ffffff;
Expand Down
26 changes: 24 additions & 2 deletions public/themes/saga-cyan/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1130,13 +1130,13 @@
}

.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button {
color: #00ACC1;
color: #00838F;
background: #ffffff;
border: 1px solid #00ACC1;
}
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover {
background: #e9ecef;
color: #0097A7;
color: #00838F;
border-color: #0097A7;
}
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus {
Expand Down Expand Up @@ -1224,6 +1224,28 @@
border-color: #B71C1C;
}

.p-button.p-button-link {
color: #00838F;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
color: #00838F;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-text {
text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
box-shadow: 0 0 0 0.2em #B2EBF2;
}
.p-button.p-button-link:enabled:active {
background: transparent;
color: #00838F;
border-color: transparent;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
background: #ffffff;
Expand Down
26 changes: 24 additions & 2 deletions public/themes/saga-deeppurple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1130,13 +1130,13 @@
}

.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button {
color: #673AB7;
color: #512DA8;
background: #ffffff;
border: 1px solid #673AB7;
}
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover {
background: #e9ecef;
color: #5E35B1;
color: #512DA8;
border-color: #5E35B1;
}
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus {
Expand Down Expand Up @@ -1224,6 +1224,28 @@
border-color: #B71C1C;
}

.p-button.p-button-link {
color: #512DA8;
background: transparent;
border: transparent;
}
.p-button.p-button-link:enabled:hover {
background: transparent;
color: #512DA8;
border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-text {
text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
box-shadow: 0 0 0 0.2em #D1C4E9;
}
.p-button.p-button-link:enabled:active {
background: transparent;
color: #512DA8;
border-color: transparent;
}

.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
background: #ffffff;
Expand Down
Loading

0 comments on commit 4ba09bc

Please sign in to comment.