Remove orphan CSS selectors in phui/phui-action-panel.css
Summary: * `phui-action-panel-status` ** Added in https://we.phorge.it/rP1d05861fb31597d39d8fadc434e79ffe75d8c468, usage removed in https://we.phorge.it/rPa62337dcd83128aebb0940171524eb375ebac293 Test Plan: Grep the code for each CSS selector (`grep --exclude="*.css" -R 'some-search-string' .`), also do partial searches, get no results. 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/D26009
This commit is contained in:
parent
4195c91af0
commit
39216af0db
|
@ -131,7 +131,7 @@ return array(
|
|||
'rsrc/css/phui/object-item/phui-oi-list-view.css' => '187460f1',
|
||||
'rsrc/css/phui/object-item/phui-oi-simple-ui.css' => '9b03a61f',
|
||||
'rsrc/css/phui/phui-action-list.css' => 'd26ccb62',
|
||||
'rsrc/css/phui/phui-action-panel.css' => '6c386cbf',
|
||||
'rsrc/css/phui/phui-action-panel.css' => 'c0db6855',
|
||||
'rsrc/css/phui/phui-badge.css' => 'aa49028c',
|
||||
'rsrc/css/phui/phui-basic-nav-view.css' => '6b7bd9a5',
|
||||
'rsrc/css/phui/phui-big-info-view.css' => '362ad37b',
|
||||
|
@ -811,7 +811,7 @@ return array(
|
|||
'phortune-invoice-css' => '4436b241',
|
||||
'phrequent-css' => 'bd79cc67',
|
||||
'phriction-document-css' => '03380da0',
|
||||
'phui-action-panel-css' => '6c386cbf',
|
||||
'phui-action-panel-css' => 'c0db6855',
|
||||
'phui-badge-view-css' => 'aa49028c',
|
||||
'phui-basic-nav-view-css' => '6b7bd9a5',
|
||||
'phui-big-info-view-css' => '362ad37b',
|
||||
|
|
|
@ -99,18 +99,6 @@
|
|||
text-decoraction: none;
|
||||
}
|
||||
|
||||
.phui-action-panel-status {
|
||||
padding: 8px 12px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.phui-action-panel-status:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* - Red -------------------------------------------------------------------- */
|
||||
|
||||
.phui-action-panel-red {
|
||||
|
|
Loading…
Reference in a new issue