Skip to content

Commit

Permalink
Merge branch 'main' into primevue-table-hover-styling
Browse files Browse the repository at this point in the history
  • Loading branch information
J0taFerreira authored Jun 19, 2024
2 parents bb6b0e9 + 0cbf844 commit 5f5345a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions style-sheets/primevue-components-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -642,8 +642,7 @@ label {
border-bottom-left-radius: 0.5rem;
}

.#{variables.$primevue-prefix}-dialog
.#{variables.$primevue-prefix}-button {
.#{variables.$primevue-prefix}-dialog .#{variables.$primevue-prefix}-button {
flex-basis: 100%;
padding: 0.75rem;
}
Expand Down Expand Up @@ -1207,16 +1206,6 @@ label {
) !important;
}

.#{variables.$primevue-prefix}-tabview
.#{variables.$primevue-prefix}-tabview-nav
.#{variables.$primevue-prefix}-tabview-header
.#{variables.$primevue-prefix}-tabview-nav-link:focus {
box-shadow: none !important;
outline: 0.125rem solid
map.get(lightTheme.$light-theme, 'border-interactive') !important;
outline-offset: -0.125rem !important;
}

@media (min-width: 500px) {
.#{variables.$primevue-prefix}-tabview
.#{variables.$primevue-prefix}-tabview-nav-link {
Expand Down

0 comments on commit 5f5345a

Please sign in to comment.