Modify link selector

This commit is contained in:
loof2736 2025-03-31 19:48:23 -04:00
parent 940c08f9c5
commit dfbffb40c5

View File

@ -50,7 +50,7 @@ progress::-webkit-progress-value {
.progressring-spiner {
border-color: var(--primary-accent-color) !important;
}
.button-link,
.page:not(.itemDetailPage) .button-link,
.selectLabelFocused,
.textareaLabelFocused,
.inputLabelFocused,
@ -63,10 +63,6 @@ progress::-webkit-progress-value {
#divRunningTasks span {
color: var(--primary-accent-color) !important;
}
/* Reset text color on detail page; Can't use complex :not selectors above because JMP uses an ancient version of Chrome */
.itemDetailPage .button-link {
color: initial !important;
}
@media (hover: hover) and (pointer: fine) {
.paper-icon-button-light:hover:not(:disabled) {
color: var(--primary-accent-color) !important;