Fixed #5442 - Stepper: number element box-shadow defect

pull/5456/head
tugcekucukoglu 2024-03-19 09:41:02 +03:00
parent 827595f315
commit dae3d8fcb6
77 changed files with 137 additions and 10 deletions

View File

@ -6249,6 +6249,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6249,6 +6249,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6249,6 +6249,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6249,6 +6249,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6317,6 +6317,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6317,6 +6317,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6317,6 +6317,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6317,6 +6317,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6317,6 +6317,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6317,6 +6317,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6317,6 +6317,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6317,6 +6317,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6317,6 +6317,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6317,6 +6317,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6319,6 +6319,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -11807,7 +11808,12 @@
border-radius: 6px; border-radius: 6px;
} }
.p-stepper .p-stepper-header .p-stepper-number { .p-stepper .p-stepper-header .p-stepper-number::after {
content: " ";
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
} }
.p-stepper .p-stepper-header.p-highlight .p-stepper-number { .p-stepper .p-stepper-header.p-highlight .p-stepper-number {

View File

@ -6319,6 +6319,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -11807,7 +11808,12 @@
border-radius: 6px; border-radius: 6px;
} }
.p-stepper .p-stepper-header .p-stepper-number { .p-stepper .p-stepper-header .p-stepper-number::after {
content: " ";
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
} }
.p-stepper .p-stepper-header.p-highlight .p-stepper-number { .p-stepper .p-stepper-header.p-highlight .p-stepper-number {

View File

@ -6319,6 +6319,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -11807,7 +11808,12 @@
border-radius: 6px; border-radius: 6px;
} }
.p-stepper .p-stepper-header .p-stepper-number { .p-stepper .p-stepper-header .p-stepper-number::after {
content: " ";
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
} }
.p-stepper .p-stepper-header.p-highlight .p-stepper-number { .p-stepper .p-stepper-header.p-highlight .p-stepper-number {

View File

@ -6319,6 +6319,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -11807,7 +11808,12 @@
border-radius: 6px; border-radius: 6px;
} }
.p-stepper .p-stepper-header .p-stepper-number { .p-stepper .p-stepper-header .p-stepper-number::after {
content: " ";
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
} }
.p-stepper .p-stepper-header.p-highlight .p-stepper-number { .p-stepper .p-stepper-header.p-highlight .p-stepper-number {

View File

@ -6319,6 +6319,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -11807,7 +11808,12 @@
border-radius: 6px; border-radius: 6px;
} }
.p-stepper .p-stepper-header .p-stepper-number { .p-stepper .p-stepper-header .p-stepper-number::after {
content: " ";
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
} }
.p-stepper .p-stepper-header.p-highlight .p-stepper-number { .p-stepper .p-stepper-header.p-highlight .p-stepper-number {

View File

@ -6319,6 +6319,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -11807,7 +11808,12 @@
border-radius: 6px; border-radius: 6px;
} }
.p-stepper .p-stepper-header .p-stepper-number { .p-stepper .p-stepper-header .p-stepper-number::after {
content: " ";
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
} }
.p-stepper .p-stepper-header.p-highlight .p-stepper-number { .p-stepper .p-stepper-header.p-highlight .p-stepper-number {

View File

@ -6327,6 +6327,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -11815,7 +11816,12 @@
border-radius: 6px; border-radius: 6px;
} }
.p-stepper .p-stepper-header .p-stepper-number { .p-stepper .p-stepper-header .p-stepper-number::after {
content: " ";
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
} }
.p-stepper .p-stepper-header.p-highlight .p-stepper-number { .p-stepper .p-stepper-header.p-highlight .p-stepper-number {

View File

@ -6319,6 +6319,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -11807,7 +11808,12 @@
border-radius: 6px; border-radius: 6px;
} }
.p-stepper .p-stepper-header .p-stepper-number { .p-stepper .p-stepper-header .p-stepper-number::after {
content: " ";
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
} }
.p-stepper .p-stepper-header.p-highlight .p-stepper-number { .p-stepper .p-stepper-header.p-highlight .p-stepper-number {

View File

@ -6319,6 +6319,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -11807,7 +11808,12 @@
border-radius: 6px; border-radius: 6px;
} }
.p-stepper .p-stepper-header .p-stepper-number { .p-stepper .p-stepper-header .p-stepper-number::after {
content: " ";
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
} }
.p-stepper .p-stepper-header.p-highlight .p-stepper-number { .p-stepper .p-stepper-header.p-highlight .p-stepper-number {

View File

@ -6319,6 +6319,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -11807,7 +11808,12 @@
border-radius: 6px; border-radius: 6px;
} }
.p-stepper .p-stepper-header .p-stepper-number { .p-stepper .p-stepper-header .p-stepper-number::after {
content: " ";
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
} }
.p-stepper .p-stepper-header.p-highlight .p-stepper-number { .p-stepper .p-stepper-header.p-highlight .p-stepper-number {

View File

@ -6310,6 +6310,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6310,6 +6310,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6310,6 +6310,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6310,6 +6310,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6224,6 +6224,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6292,6 +6292,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6236,6 +6236,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6236,6 +6236,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6236,6 +6236,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6236,6 +6236,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6323,6 +6323,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6323,6 +6323,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6322,6 +6322,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6322,6 +6322,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6323,6 +6323,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6323,6 +6323,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6322,6 +6322,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6322,6 +6322,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6277,6 +6277,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6249,6 +6249,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6224,6 +6224,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6236,6 +6236,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6236,6 +6236,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6236,6 +6236,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6224,6 +6224,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6249,6 +6249,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6249,6 +6249,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6249,6 +6249,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6249,6 +6249,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6297,6 +6297,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6297,6 +6297,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6284,6 +6284,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6249,6 +6249,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6249,6 +6249,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6249,6 +6249,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6249,6 +6249,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6330,6 +6330,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

View File

@ -6330,6 +6330,7 @@
} }
.p-stepper-number { .p-stepper-number {
position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;