CSS optimizations
This commit is contained in:
@@ -108,11 +108,5 @@ a:hover, a:focus {
|
||||
filter: drop-shadow(var(--text-shadow));
|
||||
cursor: pointer;
|
||||
background-color: rgba(150, 150, 150, 0.3);
|
||||
transform:rotate(-360deg);
|
||||
transition:transform 2s ease;
|
||||
}
|
||||
|
||||
#flxd-tm-btn-toggle:hover, #flxd-tm-btn-toggle:focus {
|
||||
transform:rotate(360deg);
|
||||
transition:transform 2s ease;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user