Skip to content

Commit

Permalink
fix(primevue): removing tab style when focus (#175)
Browse files Browse the repository at this point in the history
Removing tab style when hover
  • Loading branch information
NickSaglioni authored Jun 18, 2024
1 parent 0efceec commit 0cbf844
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions style-sheets/primevue-components-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,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 @@ -1196,16 +1195,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 All @@ -1220,6 +1209,6 @@ label {
}
.#{variables.$primevue-prefix}-tabview
.#{variables.$primevue-prefix}-tabview-title {
padding-right: 0.625rem;
padding-right: 0.625rem;
}
}

0 comments on commit 0cbf844

Please sign in to comment.