Skip to content

Commit 5dde1d0

Browse files
authored
Merge pull request #5253 from adriallongarriu/hotfix/fix_field_color
Fix #5227
2 parents da0e708 + ff46022 commit 5dde1d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/resources/views/crud/fields/color.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
@push('crud_fields_styles')
3939
@bassetBlock('backpack/crud/fields/color.css')
4040
<style>
41-
[bp-field-name="color"] input[type="color"] {
41+
[bp-field-type="color"] input[type="color"] {
4242
background-color: unset;
4343
border: 0;
4444
width: 1.8rem;
4545
height: 1.8rem;
4646
}
47-
[bp-field-name="color"] .input-group-text {
47+
[bp-field-type="color"] .input-group-text {
4848
padding: 0 0.4rem;
4949
}
5050
</style>

0 commit comments

Comments
 (0)