Skip to content

Commit

Permalink
Editor: validation mark should be centered (#25925)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedwag authored Oct 31, 2023
1 parent 5d66e89 commit 62c6d5c
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/devextreme/scss/widgets/fluent/common/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ $badge-invalid-bg: $base-invalid-color;
@mixin badge-settings() {
pointer-events: none;
position: absolute;
display: flex;
justify-content: center;
align-items: center;
top: 50%;
margin-top: math.div(-$fluent-invalid-badge-size, 2);
width: $fluent-invalid-badge-size;
height: $fluent-invalid-badge-size;
text-align: center;
line-height: $fluent-invalid-badge-size + 1;
font-size: $fluent-base-font-size;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 62c6d5c

Please sign in to comment.