Fix remaining uses of transition-duration without time units
Commit 8be3c5ed21
changed the CSS parser
to only accept values with explicit time units.
This commit is contained in:
@@ -98,7 +98,7 @@ stage {
|
||||
background-color: #333;
|
||||
border: 2px solid black;
|
||||
border-radius: 8px;
|
||||
transition-duration: 1000; /* One second */
|
||||
transition-duration: 1s;
|
||||
}
|
||||
|
||||
#transition-container:hover .transition-label {
|
||||
|
Reference in New Issue
Block a user