mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Remove dark Phabricator special CSS
Summary: Looks like the border was almost always overridden and the background was only slightly darker. Safe to remove these. Fixes T10424 Test Plan: Set Workboard to "red" see red workboard. Toggle CSS on and off on homepage, note little to no visual difference. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T10424 Differential Revision: https://secure.phabricator.com/D15331
This commit is contained in:
parent
f7d5904e4b
commit
800d800766
2 changed files with 2 additions and 16 deletions
|
@ -35,7 +35,7 @@ return array(
|
|||
'rsrc/css/application/base/main-menu-view.css' => 'd00a795a',
|
||||
'rsrc/css/application/base/notification-menu.css' => 'f31c0bde',
|
||||
'rsrc/css/application/base/phabricator-application-launch-view.css' => '95351601',
|
||||
'rsrc/css/application/base/phui-theme.css' => 'ab7b848c',
|
||||
'rsrc/css/application/base/phui-theme.css' => '027ba77e',
|
||||
'rsrc/css/application/base/standard-page-view.css' => 'e709f6d0',
|
||||
'rsrc/css/application/chatlog/chatlog.css' => 'd295b020',
|
||||
'rsrc/css/application/conduit/conduit-api.css' => '7bc725c4',
|
||||
|
@ -839,7 +839,7 @@ return array(
|
|||
'phui-spacing-css' => '042804d6',
|
||||
'phui-status-list-view-css' => '888cedb8',
|
||||
'phui-tag-view-css' => '9d5d4400',
|
||||
'phui-theme-css' => 'ab7b848c',
|
||||
'phui-theme-css' => '027ba77e',
|
||||
'phui-timeline-view-css' => '2efceff8',
|
||||
'phui-two-column-view-css' => '0763177e',
|
||||
'phui-workboard-color-css' => 'ac6fe6a7',
|
||||
|
|
|
@ -61,17 +61,3 @@
|
|||
background: #122916;
|
||||
}
|
||||
|
||||
|
||||
/*--- Dark "Classic Phabricator" ---------------------------------------------*/
|
||||
|
||||
.phui-theme-dark {
|
||||
background-color: {$page.background.dark};
|
||||
}
|
||||
|
||||
.phui-theme-dark .phui-box-border {
|
||||
border-color: {$lightblueborder};
|
||||
}
|
||||
|
||||
.phui-theme-dark .phui-box-grey {
|
||||
background-color: {$page.background.dark};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue