mirror of
https://github.com/danbulant/console-hub
synced 2026-07-04 10:30:53 +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;
|
display: inline-block;
|
||||||
color: $unselected;
|
color: $unselected;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
-webkit-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;
|
// -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;
|
// transition: 0.5s width, 0.5s height, 0.5s max-height, 0.3s top, 0.3s left, 0.5s opacity;
|
||||||
}
|
}
|
||||||
.game.selected {
|
.game.selected {
|
||||||
height: 190px;
|
height: 190px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue