Skip to content

Commit

Permalink
Fixed #5230 - Steps: Aura extension defect
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Feb 7, 2024
1 parent 9c6e96f commit dbafc8e
Show file tree
Hide file tree
Showing 20 changed files with 100 additions and 100 deletions.
10 changes: 5 additions & 5 deletions public/themes/aura-dark-amber/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11511,8 +11511,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-selectbutton .p-button.p-highlight::before {
Expand Down Expand Up @@ -11610,7 +11610,7 @@
margin-top: calc(-1rem + 1px);
}
.p-steps .p-steps-item:first-child::before {
width: calc(50% + math.div($stepsItemNumberWidth,2));
width: calc(50% + 1rem);
transform: translateX(100%);
}
.p-steps .p-steps-item:last-child::before {
Expand Down Expand Up @@ -11808,8 +11808,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-togglebutton.p-highlight .p-button::before {
Expand Down
10 changes: 5 additions & 5 deletions public/themes/aura-dark-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11511,8 +11511,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-selectbutton .p-button.p-highlight::before {
Expand Down Expand Up @@ -11610,7 +11610,7 @@
margin-top: calc(-1rem + 1px);
}
.p-steps .p-steps-item:first-child::before {
width: calc(50% + math.div($stepsItemNumberWidth,2));
width: calc(50% + 1rem);
transform: translateX(100%);
}
.p-steps .p-steps-item:last-child::before {
Expand Down Expand Up @@ -11808,8 +11808,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-togglebutton.p-highlight .p-button::before {
Expand Down
10 changes: 5 additions & 5 deletions public/themes/aura-dark-cyan/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11511,8 +11511,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-selectbutton .p-button.p-highlight::before {
Expand Down Expand Up @@ -11610,7 +11610,7 @@
margin-top: calc(-1rem + 1px);
}
.p-steps .p-steps-item:first-child::before {
width: calc(50% + math.div($stepsItemNumberWidth,2));
width: calc(50% + 1rem);
transform: translateX(100%);
}
.p-steps .p-steps-item:last-child::before {
Expand Down Expand Up @@ -11808,8 +11808,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-togglebutton.p-highlight .p-button::before {
Expand Down
10 changes: 5 additions & 5 deletions public/themes/aura-dark-green/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11511,8 +11511,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-selectbutton .p-button.p-highlight::before {
Expand Down Expand Up @@ -11610,7 +11610,7 @@
margin-top: calc(-1rem + 1px);
}
.p-steps .p-steps-item:first-child::before {
width: calc(50% + math.div($stepsItemNumberWidth,2));
width: calc(50% + 1rem);
transform: translateX(100%);
}
.p-steps .p-steps-item:last-child::before {
Expand Down Expand Up @@ -11808,8 +11808,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-togglebutton.p-highlight .p-button::before {
Expand Down
10 changes: 5 additions & 5 deletions public/themes/aura-dark-indigo/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11511,8 +11511,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-selectbutton .p-button.p-highlight::before {
Expand Down Expand Up @@ -11610,7 +11610,7 @@
margin-top: calc(-1rem + 1px);
}
.p-steps .p-steps-item:first-child::before {
width: calc(50% + math.div($stepsItemNumberWidth,2));
width: calc(50% + 1rem);
transform: translateX(100%);
}
.p-steps .p-steps-item:last-child::before {
Expand Down Expand Up @@ -11808,8 +11808,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-togglebutton.p-highlight .p-button::before {
Expand Down
10 changes: 5 additions & 5 deletions public/themes/aura-dark-lime/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11511,8 +11511,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-selectbutton .p-button.p-highlight::before {
Expand Down Expand Up @@ -11610,7 +11610,7 @@
margin-top: calc(-1rem + 1px);
}
.p-steps .p-steps-item:first-child::before {
width: calc(50% + math.div($stepsItemNumberWidth,2));
width: calc(50% + 1rem);
transform: translateX(100%);
}
.p-steps .p-steps-item:last-child::before {
Expand Down Expand Up @@ -11808,8 +11808,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-togglebutton.p-highlight .p-button::before {
Expand Down
10 changes: 5 additions & 5 deletions public/themes/aura-dark-noir/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11511,8 +11511,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-selectbutton .p-button.p-highlight::before {
Expand Down Expand Up @@ -11610,7 +11610,7 @@
margin-top: calc(-1rem + 1px);
}
.p-steps .p-steps-item:first-child::before {
width: calc(50% + math.div($stepsItemNumberWidth,2));
width: calc(50% + 1rem);
transform: translateX(100%);
}
.p-steps .p-steps-item:last-child::before {
Expand Down Expand Up @@ -11808,8 +11808,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-togglebutton.p-highlight .p-button::before {
Expand Down
10 changes: 5 additions & 5 deletions public/themes/aura-dark-pink/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11511,8 +11511,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-selectbutton .p-button.p-highlight::before {
Expand Down Expand Up @@ -11610,7 +11610,7 @@
margin-top: calc(-1rem + 1px);
}
.p-steps .p-steps-item:first-child::before {
width: calc(50% + math.div($stepsItemNumberWidth,2));
width: calc(50% + 1rem);
transform: translateX(100%);
}
.p-steps .p-steps-item:last-child::before {
Expand Down Expand Up @@ -11808,8 +11808,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-togglebutton.p-highlight .p-button::before {
Expand Down
10 changes: 5 additions & 5 deletions public/themes/aura-dark-purple/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11511,8 +11511,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-selectbutton .p-button.p-highlight::before {
Expand Down Expand Up @@ -11610,7 +11610,7 @@
margin-top: calc(-1rem + 1px);
}
.p-steps .p-steps-item:first-child::before {
width: calc(50% + math.div($stepsItemNumberWidth,2));
width: calc(50% + 1rem);
transform: translateX(100%);
}
.p-steps .p-steps-item:last-child::before {
Expand Down Expand Up @@ -11808,8 +11808,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-togglebutton.p-highlight .p-button::before {
Expand Down
10 changes: 5 additions & 5 deletions public/themes/aura-dark-teal/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11511,8 +11511,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-selectbutton .p-button.p-highlight::before {
Expand Down Expand Up @@ -11610,7 +11610,7 @@
margin-top: calc(-1rem + 1px);
}
.p-steps .p-steps-item:first-child::before {
width: calc(50% + math.div($stepsItemNumberWidth,2));
width: calc(50% + 1rem);
transform: translateX(100%);
}
.p-steps .p-steps-item:last-child::before {
Expand Down Expand Up @@ -11808,8 +11808,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-togglebutton.p-highlight .p-button::before {
Expand Down
10 changes: 5 additions & 5 deletions public/themes/aura-light-amber/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11512,8 +11512,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-selectbutton .p-button.p-highlight::before {
Expand Down Expand Up @@ -11611,7 +11611,7 @@
margin-top: calc(-1rem + 1px);
}
.p-steps .p-steps-item:first-child::before {
width: calc(50% + math.div($stepsItemNumberWidth,2));
width: calc(50% + 1rem);
transform: translateX(100%);
}
.p-steps .p-steps-item:last-child::before {
Expand Down Expand Up @@ -11809,8 +11809,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-togglebutton.p-highlight .p-button::before {
Expand Down
10 changes: 5 additions & 5 deletions public/themes/aura-light-blue/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11512,8 +11512,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-selectbutton .p-button.p-highlight::before {
Expand Down Expand Up @@ -11611,7 +11611,7 @@
margin-top: calc(-1rem + 1px);
}
.p-steps .p-steps-item:first-child::before {
width: calc(50% + math.div($stepsItemNumberWidth,2));
width: calc(50% + 1rem);
transform: translateX(100%);
}
.p-steps .p-steps-item:last-child::before {
Expand Down Expand Up @@ -11809,8 +11809,8 @@
position: absolute;
left: 0.25rem;
top: 0.25rem;
width: calc(100% - .5rem);
height: calc(100% - .5rem);
width: calc(100% - 0.5rem);
height: calc(100% - 0.5rem);
border-radius: 4px;
}
.p-togglebutton.p-highlight .p-button::before {
Expand Down
Loading

0 comments on commit dbafc8e

Please sign in to comment.