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:
@ -852,7 +852,7 @@ const PanelCorner = new Lang.Class({
|
||||
|
||||
// The corner doesn't support theme transitions, so override
|
||||
// the .panel-button default
|
||||
button.style = 'transition-duration: 0';
|
||||
button.style = 'transition-duration: 0ms';
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user