Skip to content

Commit

Permalink
Sync transition of tabmenu with tabview
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 9, 2023
1 parent 18d7702 commit 4fdbe36
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/themes/lara-dark-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5664,6 +5664,10 @@
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #60a5fa;
}
Expand Down
4 changes: 4 additions & 0 deletions public/themes/lara-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5664,6 +5664,10 @@
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #818cf8;
}
Expand Down
4 changes: 4 additions & 0 deletions public/themes/lara-dark-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5664,6 +5664,10 @@
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #a78bfa;
}
Expand Down
4 changes: 4 additions & 0 deletions public/themes/lara-dark-teal/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5664,6 +5664,10 @@
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #34d399;
}
Expand Down
4 changes: 4 additions & 0 deletions public/themes/lara-light-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5664,6 +5664,10 @@
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #3B82F6;
}
Expand Down
4 changes: 4 additions & 0 deletions public/themes/lara-light-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5664,6 +5664,10 @@
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #6366F1;
}
Expand Down
4 changes: 4 additions & 0 deletions public/themes/lara-light-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5664,6 +5664,10 @@
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #8B5CF6;
}
Expand Down
4 changes: 4 additions & 0 deletions public/themes/lara-light-teal/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5664,6 +5664,10 @@
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
background-color: #10b981;
}
Expand Down

0 comments on commit 4fdbe36

Please sign in to comment.