mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Fix typo in CSS definition
Summary: Replace `-webkit-trasform` with `-webkit-transform`. Test Plan: Read the entire CSS spec at your fireplace. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25707
This commit is contained in:
parent
91815cefc5
commit
30257515eb
2 changed files with 3 additions and 3 deletions
|
@ -137,7 +137,7 @@ return array(
|
||||||
'rsrc/css/phui/object-item/phui-oi-simple-ui.css' => '9b03a61f',
|
'rsrc/css/phui/object-item/phui-oi-simple-ui.css' => '9b03a61f',
|
||||||
'rsrc/css/phui/phui-action-list.css' => '1b0085b2',
|
'rsrc/css/phui/phui-action-list.css' => '1b0085b2',
|
||||||
'rsrc/css/phui/phui-action-panel.css' => '6c386cbf',
|
'rsrc/css/phui/phui-action-panel.css' => '6c386cbf',
|
||||||
'rsrc/css/phui/phui-badge.css' => '666e25ad',
|
'rsrc/css/phui/phui-badge.css' => 'd12f6f6c',
|
||||||
'rsrc/css/phui/phui-basic-nav-view.css' => 'a5693cf0',
|
'rsrc/css/phui/phui-basic-nav-view.css' => 'a5693cf0',
|
||||||
'rsrc/css/phui/phui-big-info-view.css' => '362ad37b',
|
'rsrc/css/phui/phui-big-info-view.css' => '362ad37b',
|
||||||
'rsrc/css/phui/phui-box.css' => '5ed3b8cb',
|
'rsrc/css/phui/phui-box.css' => '5ed3b8cb',
|
||||||
|
@ -822,7 +822,7 @@ return array(
|
||||||
'phrequent-css' => 'bd79cc67',
|
'phrequent-css' => 'bd79cc67',
|
||||||
'phriction-document-css' => '03380da0',
|
'phriction-document-css' => '03380da0',
|
||||||
'phui-action-panel-css' => '6c386cbf',
|
'phui-action-panel-css' => '6c386cbf',
|
||||||
'phui-badge-view-css' => '666e25ad',
|
'phui-badge-view-css' => 'd12f6f6c',
|
||||||
'phui-basic-nav-view-css' => 'a5693cf0',
|
'phui-basic-nav-view-css' => 'a5693cf0',
|
||||||
'phui-big-info-view-css' => '362ad37b',
|
'phui-big-info-view-css' => '362ad37b',
|
||||||
'phui-box-css' => '5ed3b8cb',
|
'phui-box-css' => '5ed3b8cb',
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
/* Firefox Fix */
|
/* Firefox Fix */
|
||||||
.phui-badge-card-front {
|
.phui-badge-card-front {
|
||||||
transform: rotateY(0deg);
|
transform: rotateY(0deg);
|
||||||
-webkit-trasform: rotateY(0deg);
|
-webkit-transform: rotateY(0deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.phui-badge-front-view,
|
.phui-badge-front-view,
|
||||||
|
|
Loading…
Reference in a new issue