Skip to content

Commit

Permalink
git subrepo pull external/ag-website-shared
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "external/ag-website-shared"
  merged:   "5a729c02c"
upstream:
  origin:   "[email protected]:ag-grid/ag-website-shared.git"
  branch:   "latest"
  commit:   "5a729c02c"
git-subrepo:
  version:  "0.4.6"
  origin:   "[email protected]:ingydotnet/git-subrepo.git"
  commit:   "73a0129"
  • Loading branch information
markdurrant committed Nov 26, 2024
1 parent 86da719 commit 0db83e2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions external/ag-website-shared/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = [email protected]:ag-grid/ag-website-shared.git
branch = latest
commit = 9e176a1d77a5556bd4f0848cb2d1ef5ae1511046
parent = 9de9c6fd9c77f74dc2efe655d8e821970bcc09fe
commit = 5a729c02c4a081662d66ebd033e2a0126d98b5ec
parent = 86da71961de2919c993740f89f64057ece5da488
method = rebase
cmdver = 0.4.6
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
&:focus-visible {
text-decoration: none;
background-color: var(--color-brand-100);

#{$selector-darkmode} & {
background: color-mix(in srgb, var(--color-button-tertiary-bg-hover), var(--color-brand-100) 20%);
}
transition: background-color 0.5s;
}

Expand Down
1 change: 1 addition & 0 deletions external/ag-website-shared/src/design-system/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ html[data-dark-mode='true'] {

// Input colors
--color-input-shadow-focus: var(--color-gray-700);
--color-input-bg-checked: var(--color-link-hover);

// Warning colors
--color-util-warning-50: var(--color-warning-950);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,13 @@ input[type='checkbox']:not(.switch)#{$selector-exclude-grid} {
--svg-tick: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23eaecf0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M14.6673 6.5L8.25065 12.9167L5.33398 10"/></svg>');

#{$selector-darkmode} & {
--svg-tick: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23344054" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M14.6673 6.5L8.25065 12.9167L5.33398 10"/></svg>');
--svg-tick: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23141d2c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M14.6673 6.5L8.25065 12.9167L5.33398 10"/></svg>');
}
}

#{$selector-darkmode} & {
--svg-tick: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23141d2c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M14.6673 6.5L8.25065 12.9167L5.33398 10"/></svg>');
}
}

input[type='checkbox'].switch {
Expand Down

0 comments on commit 0db83e2

Please sign in to comment.