Skip to content

Commit

Permalink
Merge PR #353 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Jul 26, 2024
2 parents 384008a + 9868223 commit ce2b40a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions dms_field/static/src/views/dms_list/dms_list.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// This code is necessary to avoid an incompatibility with the definition
// .o_field_widget input, .o_field_widget textarea {color: inherit} added by
// web_responsive. This causes the text to appear white when editing the name of
// the selected file/directory on field mode (Example: field added on hr.employee by
// hr_dms_field), making it impossible to see the content. It is necessary to maintain
// it in version 16.0, and if migrating to higher versions, check if it remains
// necessary.
.jstree-proton .jstree-clicked {
color: #000000 !important;
i {
color: #ffffff;
}
}
.jstree-proton a.jstree-clicked {
color: #ffffff !important;
}

0 comments on commit ce2b40a

Please sign in to comment.