Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
mimic-enabled
Signed-off-by: Andrew Thornton <[email protected]>
  • Loading branch information
zeripath committed Jun 23, 2021
commit d8d27e6b7cba21870e9de323fc0c337262fb86bd
2 changes: 1 addition & 1 deletion web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -2939,7 +2939,7 @@ tbody.commit-list {

.label-mimic-enabled() {
color: var(--color-text-dark);
background: var(--color-light-undo-disabling) !important;
background: var(--color-light-mimic-enabled) !important;

&:hover {
color: var(--color-primary-dark-1);
Expand Down
2 changes: 1 addition & 1 deletion web_src/less/themes/theme-arc-green.less
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
--color-input-border-hover: #505667;
--color-navbar: #2a2e3a;
--color-light: #00000028;
--color-light-undo-disabling: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));
--color-light-mimic-enabled: rgba(0, 0, 0, calc(40 / 255 * 222 / 255 / var(--opacity-disabled)));
--color-light-border: #ffffff28;
--color-hover: #ffffff10;
--color-active: #ffffff16;
Expand Down