Skip to content

Commit e15452f

Browse files
committed
Remove transform effects on hover for various buttons and elements in CSS
1 parent 1409024 commit e15452f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

frontend/static/css/new-style.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,6 @@ select.form-control {
773773

774774
.action-button.start:hover {
775775
background-color: var(--button-success-hover);
776-
transform: translateY(-2px);
777776
}
778777

779778
.action-button.stop {
@@ -783,7 +782,6 @@ select.form-control {
783782

784783
.action-button.stop:hover {
785784
background-color: var(--button-danger-hover);
786-
transform: translateY(-2px);
787785
}
788786

789787
/* Logs Section */
@@ -1339,7 +1337,6 @@ input:checked + .toggle-slider:before {
13391337

13401338
.instance-item:hover {
13411339
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
1342-
transform: translateY(-2px);
13431340
border-color: rgba(90, 109, 137, 0.2);
13441341
}
13451342

@@ -1395,7 +1392,6 @@ input:checked + .toggle-slider:before {
13951392

13961393
.test-connection-btn:hover {
13971394
background: linear-gradient(145deg, rgba(41, 128, 185, 0.3), rgba(52, 152, 219, 0.25));
1398-
transform: translateY(-1px);
13991395
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
14001396
color: rgba(52, 152, 219, 1);
14011397
}
@@ -1408,7 +1404,6 @@ input:checked + .toggle-slider:before {
14081404

14091405
.add-instance-btn:hover {
14101406
background: linear-gradient(145deg, rgba(39, 174, 96, 0.3), rgba(46, 204, 113, 0.25));
1411-
transform: translateY(-1px);
14121407
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
14131408
color: rgba(46, 204, 113, 1);
14141409
}
@@ -1421,7 +1416,6 @@ input:checked + .toggle-slider:before {
14211416

14221417
.remove-instance-btn:hover {
14231418
background: linear-gradient(145deg, rgba(231, 76, 60, 0.3), rgba(192, 57, 43, 0.25));
1424-
transform: translateY(-1px);
14251419
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
14261420
color: rgba(231, 76, 60, 1);
14271421
}
@@ -2308,7 +2302,6 @@ input[type="number"].interval-input,
23082302

23092303
#reset_stateful_btn:hover {
23102304
background: linear-gradient(145deg, rgba(231, 76, 60, 0.3), rgba(192, 57, 43, 0.25));
2311-
transform: translateY(-1px);
23122305
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
23132306
color: rgba(231, 76, 60, 1);
23142307
}

frontend/static/css/responsive-fix.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
}
7373

7474
.app-stats-card.swaparr .stat-box:hover {
75-
transform: translateY(-2px) !important;
7675
border-color: rgba(120, 140, 180, 0.4) !important;
7776
background: rgba(26, 32, 44, 0.7) !important;
7877
}

0 commit comments

Comments
 (0)