You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
301 B

  1. .o_form_view {
  2. &:not(.o_field_highlight) .o_field_widget:not(.o_field_invalid) .o_input:not(:hover):not(:focus) {
  3. border-color: $gray-200 !important;
  4. }
  5. .o_required_modifier.o_field_widget:not(.o_field_invalid) .o_input:not(:hover):not(:focus) {
  6. border-color: $gray-600 !important;
  7. }
  8. }