N°6167 - Fix high contrast theme for new welcome popup

This commit is contained in:
Stephen Abello
2024-04-29 11:09:41 +02:00
parent c82f169248
commit b1290072b5
2 changed files with 8 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -142,4 +142,8 @@ $ibo-toast--icon--left: $ibo-spacing-400 !default;
.ibo-popover-menu--item:not(:last-child){
border-bottom: $ibo-high-contrast--thin-border;
}
.ibo-welcome-popup--stack-item.ibo-is-active {
border-width: 2px;
}