remove focus ring color tokens

This commit is contained in:
Cory LaViska
2021-08-10 17:53:15 -04:00
parent 5aab7c34e6
commit 94f4d652b4
20 changed files with 38 additions and 48 deletions

View File

@@ -187,7 +187,7 @@ The `invalid` attribute reflects the form control's validity, so you can style i
}
.custom-input[invalid] {
--focus-ring: 0 0 0 var(--sl-focus-ring-width) rgb(var(--sl-focus-ring-color-danger) / var(--sl-focus-ring-alpha));
--focus-ring: 0 0 0 var(--sl-focus-ring-width) rgb(var(--sl-color-danger-500) / var(--sl-focus-ring-alpha));
}
</style>
```