Skip to content

Commit

Permalink
removing styling that is in local now
Browse files Browse the repository at this point in the history
  • Loading branch information
J0taFerreira committed Feb 7, 2024
1 parent 06dd8f4 commit 1dee5eb
Showing 1 changed file with 0 additions and 46 deletions.
46 changes: 0 additions & 46 deletions style-sheets/primevue-components-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -995,39 +995,6 @@ label {
align-items: center;
}

.#{variables.$primevue-prefix}-breadcrumb
.#{variables.$primevue-prefix}-breadcrumb-list
.#{variables.$primevue-prefix}-menuitem
.#{variables.$primevue-prefix}-menuitem-link {
padding: 0.2rem;
border-radius: 0;
text-decoration: none;
}

.#{variables.$primevue-prefix}-breadcrumb
.#{variables.$primevue-prefix}-breadcrumb-list
.#{variables.$primevue-prefix}-menuitem
.#{variables.$primevue-prefix}-menuitem-link:focus {
box-shadow: inset 0 0px 0px 0.063rem
map.get(lightTheme.$light-theme, 'focus') !important;
}

.#{variables.$primevue-prefix}-breadcrumb
.#{variables.$primevue-prefix}-breadcrumb-list
.#{variables.$primevue-prefix}-menuitem:last-child
.#{variables.$primevue-prefix}-menuitem-link {
box-shadow: none !important;
pointer-events: none;
}

.#{variables.$primevue-prefix}-breadcrumb
.#{variables.$primevue-prefix}-breadcrumb-list
.#{variables.$primevue-prefix}-menuitem
.#{variables.$primevue-prefix}-menuitem-link
.#{variables.$primevue-prefix}-menuitem-text:hover {
color: map.get(lightTheme.$light-theme, 'link-primary-hover') !important;
}

.#{variables.$primevue-prefix}-breadcrumb
.#{variables.$primevue-prefix}-breadcrumb-list
.#{variables.$primevue-prefix}-menuitem:not(:last-child)::after {
Expand All @@ -1036,19 +1003,6 @@ label {
margin: 0 0.5rem;
}

.#{variables.$primevue-prefix}-breadcrumb
.#{variables.$primevue-prefix}-breadcrumb-list
li
.#{variables.$primevue-prefix}-menuitem-text {
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 {
color: map.get(lightTheme.$light-theme, 'text-primary') !important;
}

.#{variables.$primevue-prefix}-breadcrumb
.#{variables.$primevue-prefix}-breadcrumb-list
Expand Down

0 comments on commit 1dee5eb

Please sign in to comment.