Skip to content

Commit

Permalink
0.6 - cleaned up --tw- and text-opacity: 1 useless CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaz authored Apr 28, 2024
1 parent 7293f80 commit ded669b
Showing 1 changed file with 5 additions and 26 deletions.
31 changes: 5 additions & 26 deletions w3pevent.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@

::before,
::after {
--tw-content: '';
}

/*
Expand Down Expand Up @@ -393,7 +392,6 @@ body {
}
footer a,
.markdown a {
text-opacity: 1;
color: #FFFFFF;
text-decoration-line: underline;
}
Expand Down Expand Up @@ -449,7 +447,6 @@ footer a:hover,
padding-top: 0.5rem;
padding-bottom: 0.5rem;
text-transform: uppercase;
text-opacity: 1;
color: #FFFFFF;
text-decoration-line: none;
transition-property: all;
Expand All @@ -463,15 +460,13 @@ footer a:hover,
border-color: #000000;
bg-opacity: 1;
background-color: #FFFFFF;
text-opacity: 1;
color: #000000;
text-decoration-line: none;
}
.button:hover.button-inactive {
cursor: default;
border-opacity: 1;
border-color: #4B5563;
text-opacity: 1;
color: #4B5563;
}
.button-inverse {
Expand All @@ -485,7 +480,6 @@ footer a:hover,
padding-right: 1.25rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
text-opacity: 1;
color: #FFFFFF;
}
.button-inverse:hover {
Expand All @@ -494,7 +488,6 @@ footer a:hover,
border-color: #000000;
bg-opacity: 1;
background-color: #FFFFFF;
text-opacity: 1;
color: #000000;
}
.section-header {
Expand Down Expand Up @@ -529,7 +522,6 @@ footer a:hover,
}
}
.text-mild {
text-opacity: 1;
color: #909090;
}
.text-supermild {
Expand Down Expand Up @@ -557,15 +549,12 @@ table.table-custom {
}
}
.table-custom th {
text-opacity: 1;
color: #909090;
}
person-item:hover .table-custom th {
text-opacity: 1;
color: #000000;
}
.eligible .table-custom th {
text-opacity: 1;
color: #000000;
}
.partner-item .partner-text .table-custom th {
Expand All @@ -579,11 +568,9 @@ person-item:hover .table-custom th {
.table-custom tbody tr:hover td span {
bg-opacity: 1;
background-color: #FFFFFF;
text-opacity: 1;
color: #000000;
}
.table-custom tbody tr:hover td .description {
text-opacity: 1;
color: #000000;
}
.table-custom td.time {
Expand All @@ -597,11 +584,9 @@ person-item:hover .table-custom th {
filter: grayscale(0%);
}
.eligible .text-mild {
text-opacity: 1;
color: #000000;
}
.darker {
text-opacity: 1;
color: #999999;
}
#intro {
Expand All @@ -612,7 +597,6 @@ person-item:hover .table-custom th {
background-position: center;
}
.faq-item:hover .desc {
text-opacity: 1;
color: #FFFFFF;
}
.topic-item,
Expand All @@ -625,11 +609,9 @@ person-item:hover .table-custom th {
.topic-item:hover .topic-header {
bg-opacity: 1;
background-color: #FFFFFF;
text-opacity: 1;
color: #000000;
}
.topic-item:hover .markdown {
text-opacity: 1;
color: #FFFFFF;
}
.topic-img {
Expand Down Expand Up @@ -666,10 +648,12 @@ person-item:hover .table-custom th {
text-transform: lowercase;
}
.partner-item .partner-img {
filter: grayscale(100%);
filter: grayscale(0%);
}
.partner-item:hover .partner-img {
filter: grayscale(0%);
filter: grayscale(20%);
border: 5px;
borde-color: white;
}
.partner-item .partner-text {
color: #FFFFFF;
Expand All @@ -681,7 +665,6 @@ person-item:hover .table-custom th {
color: #FFFFFF;
}
.partner-item:hover .partner-text {
text-opacity: 1;
color: #FFFFFF;
}
.partner-item:hover .partner-text .text-mild {
Expand Down Expand Up @@ -874,7 +857,7 @@ person-item:hover .table-custom th {
border-style: dashed;
}
.border-gray-600 {
--tw-border-opacity: 1;
border-opacity: 1;
border-color: #4B5563;
}
.border-white\/30 {
Expand Down Expand Up @@ -1069,15 +1052,12 @@ person-item:hover .table-custom th {
line-height: 1.5rem;
}
.text-black {
--tw-text-opacity: 1;
color: #000000;
}
.text-gray-600 {
--tw-text-opacity: 1;
color: #4B5563;
}
.text-white {
--tw-text-opacity: 1;
color: #FFFFFF;
}
.underline {
Expand All @@ -1097,7 +1077,6 @@ person-item:hover .table-custom th {
}

.hover\:text-black:hover {
text-opacity: 1;
color: #000000;
}

Expand Down

0 comments on commit ded669b

Please sign in to comment.