mirror of
https://github.com/danbulant/console-hub
synced 2026-06-17 13:31:05 +00:00
Remove transition
This commit is contained in:
parent
db40826ab7
commit
9ae5cf0cd8
2 changed files with 4 additions and 4 deletions
2
html/styles.min.css
vendored
2
html/styles.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -150,9 +150,9 @@ html {
|
|||
display: inline-block;
|
||||
color: $unselected;
|
||||
opacity: 1;
|
||||
-webkit-transition: 0.5s width, 0.5s height, 0.5s max-height, 0.3s top, 0.3s left, 0.5s opacity;
|
||||
-moz-transition: 0.5s width, 0.5s height, 0.5s max-height, 0.3s top, 0.3s left, 0.5s opacity;
|
||||
transition: 0.5s width, 0.5s height, 0.5s max-height, 0.3s top, 0.3s left, 0.5s opacity;
|
||||
// -webkit-transition: 0.5s width, 0.5s height, 0.5s max-height, 0.3s top, 0.3s left, 0.5s opacity;
|
||||
// -moz-transition: 0.5s width, 0.5s height, 0.5s max-height, 0.3s top, 0.3s left, 0.5s opacity;
|
||||
// transition: 0.5s width, 0.5s height, 0.5s max-height, 0.3s top, 0.3s left, 0.5s opacity;
|
||||
}
|
||||
.game.selected {
|
||||
height: 190px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue