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));
}
.browse-cable:hover {
transform: translate3d(-5px, -5px, 0);
}
.browse-cable-image {
width: auto;
height: 75%;

View File

@ -110,13 +110,6 @@ $white: #fff;
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 {
width: auto;
background: linear-gradient(
@ -350,7 +343,3 @@ th:first-child {
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
transition: all 0.3s ease-in-out;
}
.modal-close:hover {
background-color: $hover-blue;
}

View File

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

View File

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

View File

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

View File

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

View File

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