Skip to content

Commit

Permalink
Datebox datetime(fluent theme) - update layout & colors (#25909)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderPolosatov authored Oct 30, 2023
1 parent bd573ca commit 8d0bc82
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

.dx-datebox-datetime-time-side {
background-color: $timeview-bg;
justify-content: flex-end;
}

.dx-datebox-wrapper-rollers.dx-datebox-wrapper-time .dx-popup-content {
Expand Down
10 changes: 1 addition & 9 deletions packages/devextreme/scss/widgets/fluent/timeView/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,4 @@
@use "../colors" as *;

// adduse
$clock-digits-color: null !default;

@if $mode == "light" {
$clock-digits-color: color.change($base-text-color, $alpha: 0.54) !default;
}

@if $mode == "dark" {
$clock-digits-color: color.change($base-text-color, $alpha: 0.6) !default;
}
$clock-digits-color: $base-text-color !default;
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

// adduse

@include clock-action-icons-mixin($base-accent, $base-bg, $clock-digits-color);
@include clock-action-icons-mixin($base-inverted-bg, $typography-bg, $clock-digits-color);

.dx-timeview {
height: auto;
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.

0 comments on commit 8d0bc82

Please sign in to comment.