bye bye hover effect 😭

This commit is contained in:
scarlett kadan 2024-05-12 19:29:31 -04:00
parent c3c5348370
commit 8964afe3cf
7 changed files with 2 additions and 43 deletions

View File

@ -88,10 +88,6 @@ $white: #fff;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
} }
.browse-cable:hover {
transform: translate3d(-5px, -5px, 0);
}
.browse-cable-image { .browse-cable-image {
width: auto; width: auto;
height: 75%; height: 75%;

View File

@ -110,13 +110,6 @@ $white: #fff;
overflow: visible; overflow: visible;
} }
.cable-actions-button:hover,
.cable-main:hover,
.cable-actions-back:hover,
.cable-tables-div:hover {
transform: translate3d(-5px, -5px, 0);
}
.cable-actions-back { .cable-actions-back {
width: auto; width: auto;
background: linear-gradient( background: linear-gradient(
@ -349,8 +342,4 @@ th:first-child {
background-color: $gray; background-color: $gray;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.modal-close:hover {
background-color: $hover-blue;
} }

View File

@ -135,10 +135,6 @@ $white: #fff;
cursor: pointer; cursor: pointer;
} }
.map-box-circle:hover, .map-box:hover, .map-details:hover {
transform: translate3d(-5px, -5px, 0);
}
.map-box-spacer { .map-box-spacer {
background-color: transparent; background-color: transparent;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0); box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
@ -264,10 +260,6 @@ $white: #fff;
text-decoration: none; text-decoration: none;
} }
.map-cable-moreinfo:hover {
transform: translate3d(-5px, -5px, 0);
}
.map-cable-moreinfo span { .map-cable-moreinfo span {
width: auto; width: auto;
height: auto; height: auto;

View File

@ -53,10 +53,6 @@ $white: #fff;
transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
} }
.navbar-top h1:hover {
color: $light-blue;
}
.navbar-list { .navbar-list {
margin-top: 10px; margin-top: 10px;
width: 100%; width: 100%;
@ -81,10 +77,6 @@ $white: #fff;
cursor: pointer; cursor: pointer;
} }
.navbar-list-item:hover {
background-color: $hover-blue;
}
.navbar-list-item span { .navbar-list-item span {
background-color: transparent; background-color: transparent;
width: auto; width: auto;

View File

@ -100,11 +100,6 @@ $white: #fff;
overflow: visible; overflow: visible;
} }
.statistics-grid-container:hover {
transform: translate3d(-5px, -5px, 0);
}
.statistics-iframe { .statistics-iframe {
width: 95%; /* Ensure iframes take up full width of their grid cell */ width: 95%; /* Ensure iframes take up full width of their grid cell */
height: 95%; /* Adjust the height of iframes */ height: 95%; /* Adjust the height of iframes */

View File

@ -100,11 +100,6 @@ $white: #fff;
overflow: visible; overflow: visible;
} }
.summary-grid-container:hover {
transform: translate3d(-5px, -5px, 0);
}
.summary-iframe { .summary-iframe {
width: 95%; /* Ensure iframes take up full width of their grid cell */ width: 95%; /* Ensure iframes take up full width of their grid cell */
height: 95%; /* Adjust the height of iframes */ height: 95%; /* Adjust the height of iframes */

View File

@ -387,7 +387,7 @@ export default class CableDetailComponent extends Component {
onClick={() => this.openModal("modalOpen_dispense")} onClick={() => this.openModal("modalOpen_dispense")}
> >
<span> Dispense</span> <span> Dispense</span>
<span>🫴</span> <span>🔽</span>
</div> </div>
<Modal <Modal
isOpen={modalOpen_dispense} isOpen={modalOpen_dispense}
@ -397,7 +397,7 @@ export default class CableDetailComponent extends Component {
> >
<div className="modal-container"> <div className="modal-container">
<div className="modal-title"> <div className="modal-title">
<span>🫴</span> <span>🔽</span>
<span>Dispensing Item</span> <span>Dispensing Item</span>
</div> </div>
<div className="modal-body"> <div className="modal-body">