diff --git a/src/assets/stylesheets/browse.scss b/src/assets/stylesheets/browse.scss
index af131f4..cacf643 100644
--- a/src/assets/stylesheets/browse.scss
+++ b/src/assets/stylesheets/browse.scss
@@ -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%;
diff --git a/src/assets/stylesheets/cabledetail.scss b/src/assets/stylesheets/cabledetail.scss
index ca6d60a..b6a0c0d 100644
--- a/src/assets/stylesheets/cabledetail.scss
+++ b/src/assets/stylesheets/cabledetail.scss
@@ -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(
@@ -349,8 +342,4 @@ th:first-child {
background-color: $gray;
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;
}
\ No newline at end of file
diff --git a/src/assets/stylesheets/map.scss b/src/assets/stylesheets/map.scss
index 839cc4f..cf49578 100644
--- a/src/assets/stylesheets/map.scss
+++ b/src/assets/stylesheets/map.scss
@@ -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;
diff --git a/src/assets/stylesheets/navbar.scss b/src/assets/stylesheets/navbar.scss
index 733e468..105b29b 100644
--- a/src/assets/stylesheets/navbar.scss
+++ b/src/assets/stylesheets/navbar.scss
@@ -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;
diff --git a/src/assets/stylesheets/statistics.scss b/src/assets/stylesheets/statistics.scss
index f93f20e..bc20916 100644
--- a/src/assets/stylesheets/statistics.scss
+++ b/src/assets/stylesheets/statistics.scss
@@ -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 */
diff --git a/src/assets/stylesheets/summary.scss b/src/assets/stylesheets/summary.scss
index 23ca153..1551578 100644
--- a/src/assets/stylesheets/summary.scss
+++ b/src/assets/stylesheets/summary.scss
@@ -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 */
diff --git a/src/components/CableDetailComponent.js b/src/components/CableDetailComponent.js
index 25205b0..3519da2 100644
--- a/src/components/CableDetailComponent.js
+++ b/src/components/CableDetailComponent.js
@@ -387,7 +387,7 @@ export default class CableDetailComponent extends Component {
onClick={() => this.openModal("modalOpen_dispense")}
>
➤ Dispense
- 🫴
+ 🔽