Angular & UIkit Upgrade #6

Merged
k.triantafyllou merged 12 commits from develop into master 2023-11-06 10:04:48 +01:00
3 changed files with 3 additions and 1 deletions
Showing only changes of commit 5feca2d845 - Show all commits

View File

@ -7,7 +7,7 @@
&.uk-blur-background, .uk-blur-background {
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
background: fade(@color, @opacity);
background: fade(@color, @opacity) !important;
}
}

View File

@ -29,6 +29,7 @@
border: @notification-message-border-width solid @notification-message-border;
border-radius: @notification-message-border-radius;
box-shadow: @notification-message-box-shadow;
word-break: break-all;
}
.hook-notification-message-primary() {

View File

@ -10,4 +10,5 @@
.hook-tooltip() {
border: @tooltip-border-width solid @tooltip-border;
box-shadow: @tooltip-shadow;
word-break: break-all;
}