Skip to content

Commit

Permalink
fixed grayscale % and deleted blur and badges classes
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaz authored Apr 28, 2024
1 parent fac75da commit f28405b
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions w3pevent.css
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,7 @@ person-item:hover .table-custom th {
line-height: 1.25rem;
}
.person-item:hover img {
blur: blur(0);
filter: grayscale(0);
filter: grayscale(0%);
}
person-item:hover .text-mild,
.person-item:hover .text-supermild {
Expand Down Expand Up @@ -656,7 +655,6 @@ person-item:hover .text-mild,
}
.person-item {
cursor: pointer;
filter: grayscale(100%);
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 500ms;
Expand All @@ -665,7 +663,7 @@ person-item:hover .text-mild,
filter: grayscale(100%);
}
.partner-item:hover .partner-img {
filter: grayscale(0);
filter: grayscale(0%);
}
.partner-item .partner-text {
color: #FFFFFF;
Expand All @@ -684,9 +682,6 @@ person-item:hover .text-mild,
color: #FFFFFF;
transition-duration: 1000ms;
}
.badge:hover .badge-image {
filter: grayscale(0);
}
.fixed {
position: fixed;
}
Expand Down Expand Up @@ -1085,10 +1080,6 @@ person-item:hover .text-mild,
.no-underline {
text-decoration-line: none;
}
.grayscale {
filter: grayscale(100%);
}

.hover\:border-white:hover {
border-opacity: 1;
border-color: #FFFFFF;
Expand Down

0 comments on commit f28405b

Please sign in to comment.