You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
revert cubic-bezier animaiton
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
border: 2px solid #ccc;
|
||||
border-radius: 4px;
|
||||
box-sizing: border-box;
|
||||
transition: border-color 1s ease, transform 0.3s ease, background-color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
|
||||
transition: border-color 1s ease, transform 0.3s ease, background-color 0.4s ease;
|
||||
}
|
||||
|
||||
.advanced-toggle .tick-symbol {
|
||||
@@ -109,6 +109,7 @@
|
||||
outline-color: #007bff;
|
||||
border-radius: 10px;
|
||||
font-size: 16px;
|
||||
transition: border-color 0.2s ease;
|
||||
}
|
||||
|
||||
.button-container {
|
||||
@@ -126,6 +127,7 @@
|
||||
font-weight: bold;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
transition: background-color 0.2s ease;
|
||||
}
|
||||
|
||||
.auto-button {
|
||||
|
||||
Reference in New Issue
Block a user