diff --git a/style-sheets/primevue-components-overrides.scss b/style-sheets/primevue-components-overrides.scss index f49f33e..e588e9a 100644 --- a/style-sheets/primevue-components-overrides.scss +++ b/style-sheets/primevue-components-overrides.scss @@ -998,7 +998,7 @@ label { .#{variables.$primevue-prefix}-breadcrumb .#{variables.$primevue-prefix}-breadcrumb-list .#{variables.$primevue-prefix}-menuitem - .#{variables.$primevue-prefix}-menuitem-link { + a { padding: 0.2rem; border-radius: 0; text-decoration: none; @@ -1007,7 +1007,7 @@ label { .#{variables.$primevue-prefix}-breadcrumb .#{variables.$primevue-prefix}-breadcrumb-list .#{variables.$primevue-prefix}-menuitem - .#{variables.$primevue-prefix}-menuitem-link:focus { + a:focus { box-shadow: inset 0 0px 0px 0.063rem map.get(lightTheme.$light-theme, 'focus') !important; } @@ -1015,7 +1015,7 @@ label { .#{variables.$primevue-prefix}-breadcrumb .#{variables.$primevue-prefix}-breadcrumb-list .#{variables.$primevue-prefix}-menuitem:last-child - .#{variables.$primevue-prefix}-menuitem-link { + a { box-shadow: none !important; pointer-events: none; } @@ -1023,8 +1023,8 @@ label { .#{variables.$primevue-prefix}-breadcrumb .#{variables.$primevue-prefix}-breadcrumb-list .#{variables.$primevue-prefix}-menuitem - .#{variables.$primevue-prefix}-menuitem-link - .#{variables.$primevue-prefix}-menuitem-text:hover { + a + span:hover { color: map.get(lightTheme.$light-theme, 'link-primary-hover') !important; } @@ -1039,14 +1039,14 @@ label { .#{variables.$primevue-prefix}-breadcrumb .#{variables.$primevue-prefix}-breadcrumb-list li - .#{variables.$primevue-prefix}-menuitem-text { + span { color: map.get(lightTheme.$light-theme, 'link-primary') !important; } .#{variables.$primevue-prefix}-breadcrumb .#{variables.$primevue-prefix}-breadcrumb-list li:last-child - .#{variables.$primevue-prefix}-menuitem-text { + span { color: map.get(lightTheme.$light-theme, 'text-primary') !important; }