Skip to content

Commit

Permalink
Bugfix colors of the marks in the form (T882067) (#12927)
Browse files Browse the repository at this point in the history
  • Loading branch information
novsstation authored May 8, 2020
1 parent 19c018c commit c5d9122
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1519,8 +1519,8 @@
* @type color
*/
@form-group-border-color: #edc1b9;
@form-field-required-color: saturate(lighten(@form-field-item-color, 39.3%), 80%);
@form-field-mark-color: lighten(@form-field-item-color, 48.5%);
@form-field-required-color: darken(@base-danger, 10%);
@form-field-mark-color: lighten(@base-text-color, 55%);

// Fieldset

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1539,8 +1539,8 @@
* @type color
*/
@form-group-border-color: @base-icon-color;
@form-field-required-color: saturate(darken(@form-field-item-color, 39.2%), 80%);
@form-field-mark-color: darken(@form-field-item-color, 48.5%);
@form-field-required-color: @base-danger;
@form-field-mark-color: darken(@base-text-color, 44%);

// Fieldset

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@
* @type color
*/
@form-group-border-color: @base-selected-border;
@form-field-required-color: saturate(darken(@form-field-item-color, 39.2%), 80%);
@form-field-required-color: darken(@base-danger, 10%);
@form-field-mark-color: darken(@form-field-item-color, 48.5%);

// Fieldset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1527,8 +1527,8 @@
* @type color
*/
@form-group-border-color: lighten(@base-text-color, 38.5%);
@form-field-required-color: saturate(lighten(@form-field-item-color, 39.3%), 80%);
@form-field-mark-color: lighten(@form-field-item-color, 48.5%);
@form-field-required-color: darken(@base-danger, 10%);
@form-field-mark-color: lighten(@base-text-color, 40%);

// Fieldset

Expand Down
4 changes: 2 additions & 2 deletions styles/widgets/generic/color-schemes/light/generic.light.less
Original file line number Diff line number Diff line change
Expand Up @@ -1519,8 +1519,8 @@
* @type color
*/
@form-group-border-color: @base-border-color;
@form-field-required-color: saturate(lighten(@form-field-item-color, 39.3%), 80%);
@form-field-mark-color: lighten(@form-field-item-color, 48.5%);
@form-field-required-color: darken(@base-danger, 10%);
@form-field-mark-color: lighten(@base-text-color, 48.5%);

// Fieldset

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1570,8 +1570,8 @@
* @type color
*/
@form-group-border-color: darken(@base-border-color, 7%); // #e8eaeb => #d3d9de
@form-field-required-color: saturate(lighten(@form-field-item-color, 39.3%), 80%);
@form-field-mark-color: lighten(@form-field-item-color, 48.5%);
@form-field-required-color: darken(@base-danger, 10%);
@form-field-mark-color: lighten(@base-text-color, 55%);

// Fieldset

Expand Down

0 comments on commit c5d9122

Please sign in to comment.