fixed reopen issue button

This commit is contained in:
Ed Silkworth 2023-08-08 22:32:56 -07:00
parent 21bd17c19c
commit 9473ce3e9b
No known key found for this signature in database
GPG Key ID: 26F260F04191F431
3 changed files with 49 additions and 5 deletions

View File

@ -273,6 +273,17 @@
background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */ background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */
} }
.ui.basic.green.button {
color: var(--color-red) !important; /* reset color as in danger zone */
border-color: var(--color-red) !important; /* reset color as in danger zone */
background-color: unset !important; /* reset color of reopen issue button as in danger zone */
}
.ui.basic.green.button:hover {
color: var(--color-red-dark-1) !important; /* reset color as in danger zone */
border-color: var(--color-red-dark-1) !important; /* reset color as in danger zone */
background-color: unset !important; /* reset color of reopen issue button as in danger zone */
}
.ui.red.button { .ui.red.button {
background-color: var(--color-primary-dark-4) !important; /* red button color (e.g., Confirm Deletion, Remove) */ background-color: var(--color-primary-dark-4) !important; /* red button color (e.g., Confirm Deletion, Remove) */
@ -284,7 +295,7 @@
} }
.ui.basic.red.button { .ui.basic.red.button {
background-color: unset !important; /* reset colors in danger zone */ background-color: unset !important; /* reset color in danger zone */
} }
/* reconsidered: .ui.active.button:hover, .ui.active.button:active */ /* reconsidered: .ui.active.button:hover, .ui.active.button:active */

View File

@ -37,7 +37,18 @@
background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */ background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */
} }
.ui.basic.green.button {
color: var(--color-red) !important; /* reset color as in danger zone */
border-color: var(--color-red) !important; /* reset color as in danger zone */
background-color: unset !important; /* reset color of reopen issue button as in danger zone */
}
.ui.basic.green.button:hover {
color: var(--color-red-dark-1) !important; /* reset color as in danger zone */
border-color: var(--color-red-dark-1) !important; /* reset color as in danger zone */
background-color: unset !important; /* reset color of reopen issue button as in danger zone */
}
.ui.red.button { .ui.red.button {
background-color: var(--color-primary-dark-4) !important; /* red button color (e.g., Confirm Deletion, Remove) */ background-color: var(--color-primary-dark-4) !important; /* red button color (e.g., Confirm Deletion, Remove) */
/* color: var(--color-body) !important; */ /* reconsidered: text color overrides text color for some buttons (e.g., Transfer Ownership) */ /* color: var(--color-body) !important; */ /* reconsidered: text color overrides text color for some buttons (e.g., Transfer Ownership) */
@ -48,7 +59,7 @@
} }
.ui.basic.red.button { .ui.basic.red.button {
background-color: unset !important; /* reset colors in danger zone */ background-color: unset !important; /* reset color in danger zone */
} }
/* not needed: .ui.basic.red.button:hover */ /* not needed: .ui.basic.red.button:hover */
@ -350,7 +361,18 @@
background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */ background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */
} }
.ui.basic.green.button {
color: var(--color-red) !important; /* reset color as in danger zone */
border-color: var(--color-red) !important; /* reset color as in danger zone */
background-color: unset !important; /* reset color of reopen issue button as in danger zone */
}
.ui.basic.green.button:hover {
color: var(--color-red-dark-1) !important; /* reset color as in danger zone */
border-color: var(--color-red-dark-1) !important; /* reset color as in danger zone */
background-color: unset !important; /* reset color of reopen issue button as in danger zone */
}
.ui.red.button { .ui.red.button {
background-color: var(--color-primary-dark-4) !important; /* red button color (e.g., Confirm Deletion, Remove) */ background-color: var(--color-primary-dark-4) !important; /* red button color (e.g., Confirm Deletion, Remove) */
/* color: var(--color-body) !important; */ /* reconsidered: text color overrides text color for some buttons (e.g., Transfer Ownership) */ /* color: var(--color-body) !important; */ /* reconsidered: text color overrides text color for some buttons (e.g., Transfer Ownership) */
@ -361,7 +383,7 @@
} }
.ui.basic.red.button { .ui.basic.red.button {
background-color: unset !important; /* reset colors in danger zone */ background-color: unset !important; /* reset color in danger zone */
} }
/* reconsidered: .ui.active.button:hover, .ui.active.button:active */ /* reconsidered: .ui.active.button:hover, .ui.active.button:active */

View File

@ -34,6 +34,17 @@
background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */ background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */
} }
.ui.basic.green.button {
color: var(--color-red) !important; /* reset color as in danger zone */
border-color: var(--color-red) !important; /* reset color as in danger zone */
background-color: unset !important; /* reset color of reopen issue button as in danger zone */
}
.ui.basic.green.button:hover {
color: var(--color-red-dark-1) !important; /* reset color as in danger zone */
border-color: var(--color-red-dark-1) !important; /* reset color as in danger zone */
background-color: unset !important; /* reset color of reopen issue button as in danger zone */
}
.ui.red.button { .ui.red.button {
background-color: var(--color-primary-dark-4) !important; /* red button color (e.g., Confirm Deletion, Remove) */ background-color: var(--color-primary-dark-4) !important; /* red button color (e.g., Confirm Deletion, Remove) */
@ -45,7 +56,7 @@
} }
.ui.basic.red.button { .ui.basic.red.button {
background-color: unset !important; /* reset colors in danger zone */ background-color: unset !important; /* reset color in danger zone */
} }
/* not needed: .ui.basic.red.button:hover */ /* not needed: .ui.basic.red.button:hover */