Skip to content

Commit

Permalink
Publish updates v2.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Dec 15, 2023
1 parent 46d8896 commit ccda073
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
9 changes: 8 additions & 1 deletion public/topdesk-operator-recoloring.cobalt_blue.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* ==UserStyle==
@name Cobalt Blue (TOPdesk Operator Recoloring)
@namespace github.com/topdesk/topdesk-operator-recoloring
@version 2.14.4
@version 2.14.5
@description Override the colors of the TOPdesk operator section, for accessibility purposes.
@homepageURL https://github.com/TOPdesk/operator-recoloring
@supportURL https://github.com/TOPdesk/operator-recoloring/issues
Expand Down Expand Up @@ -6543,6 +6543,10 @@ button.feedback::after {
/* Bulk edit button */
bulk-edit-button {
background: transparent; /* Background of the container for the button, i.e. not the button itself */

--bulk-edit-button-background-color: transparent; /* background */
--bulk-edit-button-text-color: var(--on-background); /* foreground */
--bulk-edit-button-border-color: var(--on-background); /* border */
}

/*
Expand Down Expand Up @@ -6644,6 +6648,9 @@ overview-grid {

--ds-color-bg-primary-soft: transparent; /* :focus & :hover box-shadow */
--ds-color-border-primary-emphasis: var(--on-background); /* :focus border and outline, :hover border */

/* Special variable for slotted links in the table */
--overview-link-color: var(--primary);
}

}
Expand Down
9 changes: 8 additions & 1 deletion public/topdesk-operator-recoloring.default_dark.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* ==UserStyle==
@name Default Dark (TOPdesk Operator Recoloring)
@namespace github.com/topdesk/topdesk-operator-recoloring
@version 2.14.4
@version 2.14.5
@description Override the colors of the TOPdesk operator section, for accessibility purposes.
@homepageURL https://github.com/TOPdesk/operator-recoloring
@supportURL https://github.com/TOPdesk/operator-recoloring/issues
Expand Down Expand Up @@ -6543,6 +6543,10 @@ button.feedback::after {
/* Bulk edit button */
bulk-edit-button {
background: transparent; /* Background of the container for the button, i.e. not the button itself */

--bulk-edit-button-background-color: transparent; /* background */
--bulk-edit-button-text-color: var(--on-background); /* foreground */
--bulk-edit-button-border-color: var(--on-background); /* border */
}

/*
Expand Down Expand Up @@ -6644,6 +6648,9 @@ overview-grid {

--ds-color-bg-primary-soft: transparent; /* :focus & :hover box-shadow */
--ds-color-border-primary-emphasis: var(--on-background); /* :focus border and outline, :hover border */

/* Special variable for slotted links in the table */
--overview-link-color: var(--primary);
}

}
Expand Down
9 changes: 8 additions & 1 deletion public/topdesk-operator-recoloring.soft_green.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* ==UserStyle==
@name Soft Green (TOPdesk Operator Recoloring)
@namespace github.com/topdesk/topdesk-operator-recoloring
@version 2.14.4
@version 2.14.5
@description Override the colors of the TOPdesk operator section, for accessibility purposes.
@homepageURL https://github.com/TOPdesk/operator-recoloring
@supportURL https://github.com/TOPdesk/operator-recoloring/issues
Expand Down Expand Up @@ -6543,6 +6543,10 @@ button.feedback::after {
/* Bulk edit button */
bulk-edit-button {
background: transparent; /* Background of the container for the button, i.e. not the button itself */

--bulk-edit-button-background-color: transparent; /* background */
--bulk-edit-button-text-color: var(--on-background); /* foreground */
--bulk-edit-button-border-color: var(--on-background); /* border */
}

/*
Expand Down Expand Up @@ -6644,6 +6648,9 @@ overview-grid {

--ds-color-bg-primary-soft: transparent; /* :focus & :hover box-shadow */
--ds-color-border-primary-emphasis: var(--on-background); /* :focus border and outline, :hover border */

/* Special variable for slotted links in the table */
--overview-link-color: var(--primary);
}

}
Expand Down
9 changes: 8 additions & 1 deletion public/topdesk-operator-recoloring.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* ==UserStyle==
@name Default Dark (TOPdesk Operator Recoloring)
@namespace github.com/topdesk/topdesk-operator-recoloring
@version 2.14.4
@version 2.14.5
@description Override the colors of the TOPdesk operator section, for accessibility purposes.
@homepageURL https://github.com/TOPdesk/operator-recoloring
@supportURL https://github.com/TOPdesk/operator-recoloring/issues
Expand Down Expand Up @@ -6543,6 +6543,10 @@ button.feedback::after {
/* Bulk edit button */
bulk-edit-button {
background: transparent; /* Background of the container for the button, i.e. not the button itself */

--bulk-edit-button-background-color: transparent; /* background */
--bulk-edit-button-text-color: var(--on-background); /* foreground */
--bulk-edit-button-border-color: var(--on-background); /* border */
}

/*
Expand Down Expand Up @@ -6644,6 +6648,9 @@ overview-grid {

--ds-color-bg-primary-soft: transparent; /* :focus & :hover box-shadow */
--ds-color-border-primary-emphasis: var(--on-background); /* :focus border and outline, :hover border */

/* Special variable for slotted links in the table */
--overview-link-color: var(--primary);
}

}
Expand Down

0 comments on commit ccda073

Please sign in to comment.