diff --git a/style-sheets/primevue-components-overrides.scss b/style-sheets/primevue-components-overrides.scss index f7dfc5e..f05ae55 100644 --- a/style-sheets/primevue-components-overrides.scss +++ b/style-sheets/primevue-components-overrides.scss @@ -845,13 +845,6 @@ label { right: 0; } -.#{variables.$primevue-prefix}-message - .#{variables.$primevue-prefix}-message-wrapper { - display: flex; - align-items: baseline; - padding: 0.5rem 0.5rem 0.5rem 0; -} - .#{variables.$primevue-prefix}-message .#{variables.$primevue-prefix}-message-text { @extend %body-compact-01; @@ -876,10 +869,11 @@ label { flex-shrink: 0; } -.#{variables.$primevue-prefix}-message-close.#{variables.$primevue-prefix}-link { - margin-left: auto; - overflow: hidden; - position: relative; +.#{variables.$primevue-prefix}-message + .#{variables.$primevue-prefix}-message-wrapper { + display: flex; + align-items: baseline; + padding: 0 0.5rem 0 0; } .#{variables.$primevue-prefix}-message-wrapper @@ -896,6 +890,12 @@ label { align-self: baseline !important; } +.#{variables.$primevue-prefix}-message-close.#{variables.$primevue-prefix}-link { + margin-left: auto; + overflow: hidden; + position: relative; +} + .#{variables.$primevue-prefix}-message .#{variables.$primevue-prefix}-message-close:hover { background: none; @@ -1024,6 +1024,12 @@ label { display: none; } +.#{variables.$primevue-prefix}-breadcrumb + .#{variables.$primevue-prefix}-breadcrumb-list { + padding: 0; + margin: 0; +} + .#{variables.$primevue-prefix}-breadcrumb .#{variables.$primevue-prefix}-breadcrumb-list .#{variables.$primevue-prefix}-menuitem { @@ -1037,6 +1043,7 @@ label { .#{variables.$primevue-prefix}-menuitem-link { padding: 0.2rem; border-radius: 0; + text-decoration: none; } .#{variables.$primevue-prefix}-breadcrumb @@ -1178,7 +1185,7 @@ label { border-top: 0.125rem solid transparent; border-bottom: 0.0625rem solid transparent; text-decoration: none; - color: map.get(lightTheme.$light-theme, 'text-primary') + color: map.get(lightTheme.$light-theme, 'text-primary'); } .#{variables.$primevue-prefix}-tabview