Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix disabled input's border color #20340

Merged
merged 3 commits into from
Nov 6, 2023
Merged

Fix disabled input's border color #20340

merged 3 commits into from
Nov 6, 2023

Conversation

azrikahar
Copy link
Contributor

@azrikahar azrikahar commented Nov 6, 2023

Follow up to #20326.

Scope

What's changed:

  • Added default value var(--theme--form--field--input--border-color) to disabled input
  • Updated the comment for --v-input-color

Before

After

Potential Risks / Drawbacks

  • None, unless it's an intentional design choice

Review Notes / Questions

  • Although slightly unrelated, the comment update for --v-input-color to --theme--form--field--input--foreground is due to it being the technically correct value when referring to the change from the same PR:

    color: var(--v-input-color, var(--theme--form--field--input--foreground));

    so hopefully this was the correct assumption.

Copy link

changeset-bot bot commented Nov 6, 2023

🦋 Changeset detected

Latest commit: b17db13

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@directus/app Patch
@directus/api Patch
directus Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@paescuj paescuj merged commit 4a09a42 into main Nov 6, 2023
6 checks passed
@paescuj paescuj deleted the fix/disabled-input-border branch November 6, 2023 13:07
@github-actions github-actions bot added this to the Next Patch Release milestone Nov 6, 2023
br-rafaelbarros pushed a commit to personal-forks/directus-source that referenced this pull request Nov 7, 2023
bvolz added a commit to bvolz/directus that referenced this pull request Nov 9, 2023
* main: (165 commits)
  Fix search height
  Don't try linting yaml files (directus#20366)
  All incoming code is through PRs
  Only run CI against files that changed (directus#20365)
  Show package version if available (directus#20303)
  Allow overriding asset presets (directus#20305)
  Refactor variables (directus#20329)
  Prevent re-installation of deps in Docker image (directus#20346)
  Use the collection icon in the DrawerItem (directus#20354)
  Preserve minimal app permissions/validations when merging (directus#20347)
  rename to `articles` to match other examples (directus#20359)
  Delete files based on "filename_disk" (directus#20341)
  SDK translation schema update (directus#20344)
  Update assign-next-release-milestone.yml
  Fix disabled input's border color (directus#20340)
  Fix select all logic in v-field-list-item component (directus#20315)
  Allow overriding the form elements on the public page (directus#20326)
  Use server store for public theme information (directus#20324)
  Updated Public Page Artwork (directus#20309)
  Updated all docs examples from "@directus/sdk/rest" to "@directus/sdk" (directus#20321)
  ...

# Conflicts:
#	app/src/lang/translations/de-DE.yaml
#	app/src/lang/translations/en-US.yaml
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants