mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-10 14:51:06 +01:00
Unselect "home" on mobile css
Summary: Ref T12174. Removed selected state CSS on mobile devices. Test Plan: Set Chrome to responsive and check each break point. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12174 Differential Revision: https://secure.phabricator.com/D17292
This commit is contained in:
parent
67d9568fb5
commit
f4943a37ee
2 changed files with 10 additions and 3 deletions
|
@ -9,7 +9,7 @@ return array(
|
||||||
'names' => array(
|
'names' => array(
|
||||||
'conpherence.pkg.css' => 'e25569a9',
|
'conpherence.pkg.css' => 'e25569a9',
|
||||||
'conpherence.pkg.js' => '6249a1cf',
|
'conpherence.pkg.js' => '6249a1cf',
|
||||||
'core.pkg.css' => '14179847',
|
'core.pkg.css' => 'b28c96fb',
|
||||||
'core.pkg.js' => '1fa7c0c5',
|
'core.pkg.js' => '1fa7c0c5',
|
||||||
'darkconsole.pkg.js' => 'e7393ebb',
|
'darkconsole.pkg.js' => 'e7393ebb',
|
||||||
'differential.pkg.css' => '4815647b',
|
'differential.pkg.css' => '4815647b',
|
||||||
|
@ -130,7 +130,7 @@ return array(
|
||||||
'rsrc/css/phui/phui-action-list.css' => '5679229f',
|
'rsrc/css/phui/phui-action-list.css' => '5679229f',
|
||||||
'rsrc/css/phui/phui-action-panel.css' => '91c7b835',
|
'rsrc/css/phui/phui-action-panel.css' => '91c7b835',
|
||||||
'rsrc/css/phui/phui-badge.css' => '3baef8db',
|
'rsrc/css/phui/phui-badge.css' => '3baef8db',
|
||||||
'rsrc/css/phui/phui-basic-nav-view.css' => 'cb4d5161',
|
'rsrc/css/phui/phui-basic-nav-view.css' => '3d4b207b',
|
||||||
'rsrc/css/phui/phui-big-info-view.css' => 'bd903741',
|
'rsrc/css/phui/phui-big-info-view.css' => 'bd903741',
|
||||||
'rsrc/css/phui/phui-box.css' => '269cbc99',
|
'rsrc/css/phui/phui-box.css' => '269cbc99',
|
||||||
'rsrc/css/phui/phui-button.css' => '00ddac15',
|
'rsrc/css/phui/phui-button.css' => '00ddac15',
|
||||||
|
@ -836,7 +836,7 @@ return array(
|
||||||
'phriction-document-css' => '4282e4ad',
|
'phriction-document-css' => '4282e4ad',
|
||||||
'phui-action-panel-css' => '91c7b835',
|
'phui-action-panel-css' => '91c7b835',
|
||||||
'phui-badge-view-css' => '3baef8db',
|
'phui-badge-view-css' => '3baef8db',
|
||||||
'phui-basic-nav-view-css' => 'cb4d5161',
|
'phui-basic-nav-view-css' => '3d4b207b',
|
||||||
'phui-big-info-view-css' => 'bd903741',
|
'phui-big-info-view-css' => 'bd903741',
|
||||||
'phui-box-css' => '269cbc99',
|
'phui-box-css' => '269cbc99',
|
||||||
'phui-button-css' => '00ddac15',
|
'phui-button-css' => '00ddac15',
|
||||||
|
|
|
@ -31,6 +31,13 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.device-phone.phabricator-home .phui-basic-nav .phabricator-side-menu
|
||||||
|
.phui-list-item-selected {
|
||||||
|
background-color: transparent;
|
||||||
|
border-left-color: transparent;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.phui-basic-nav.phui-navigation-shell .phabricator-nav-local {
|
.phui-basic-nav.phui-navigation-shell .phabricator-nav-local {
|
||||||
width: 205px;
|
width: 205px;
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
|
|
Loading…
Reference in a new issue