mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Reduce "beta" UI in the sidenav
Summary: Removes much of the UI around the beta logo. Test Plan: test large and small tiles Reviewers: epriestley Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8372
This commit is contained in:
parent
05607aedf9
commit
cfd274fec0
2 changed files with 6 additions and 15 deletions
|
@ -7,7 +7,7 @@
|
|||
return array(
|
||||
'names' =>
|
||||
array(
|
||||
'core.pkg.css' => '7c181600',
|
||||
'core.pkg.css' => '9cc0bd27',
|
||||
'core.pkg.js' => 'b7bdab05',
|
||||
'darkconsole.pkg.js' => 'ca8671ce',
|
||||
'differential.pkg.css' => 'd1b3a605',
|
||||
|
@ -40,7 +40,7 @@ return array(
|
|||
'rsrc/css/application/auth/auth.css' => '1e655982',
|
||||
'rsrc/css/application/base/main-menu-view.css' => 'd36e0c11',
|
||||
'rsrc/css/application/base/notification-menu.css' => 'fc9a363c',
|
||||
'rsrc/css/application/base/phabricator-application-launch-view.css' => '55ba7571',
|
||||
'rsrc/css/application/base/phabricator-application-launch-view.css' => '5cb75f67',
|
||||
'rsrc/css/application/base/standard-page-view.css' => '517cdfb1',
|
||||
'rsrc/css/application/chatlog/chatlog.css' => '852140ff',
|
||||
'rsrc/css/application/config/config-options.css' => '7fedf08b',
|
||||
|
@ -675,7 +675,7 @@ return array(
|
|||
'people-profile-css' => 'ba7b2762',
|
||||
'phabricator-action-header-view-css' => 'c14dfc57',
|
||||
'phabricator-action-list-view-css' => '81383e25',
|
||||
'phabricator-application-launch-view-css' => '55ba7571',
|
||||
'phabricator-application-launch-view-css' => '5cb75f67',
|
||||
'phabricator-busy' => '6453c869',
|
||||
'phabricator-chatlog-css' => '852140ff',
|
||||
'phabricator-content-source-view-css' => '4b8b05d4',
|
||||
|
|
|
@ -98,13 +98,9 @@ a.application-tile-full.application-tile-create {
|
|||
.phabricator-application-beta {
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
border-radius: 10px;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
padding: 1px 6px 2px;
|
||||
border: 2px solid #333;
|
||||
left: 4px;
|
||||
color: #fff;
|
||||
font-size: 11px;
|
||||
box-shadow: 0 0px 2px #000;
|
||||
}
|
||||
|
||||
.phabricator-application-launch-attention {
|
||||
|
@ -120,7 +116,7 @@ a.application-tile-full.application-tile-create {
|
|||
}
|
||||
|
||||
.phabricator-application-attention-count {
|
||||
background-color: rgb(0, 122, 255);
|
||||
background-color: {$blue};
|
||||
border-radius: 10px;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
|
@ -142,11 +138,6 @@ a.application-tile-full.application-tile-create {
|
|||
background-color: rgb(119, 119, 119);
|
||||
}
|
||||
|
||||
.phabricator-application-beta {
|
||||
left: 4px;
|
||||
background-color: rgb(109, 92, 41);
|
||||
}
|
||||
|
||||
.application-tile-full .phabricator-application-launch-attention {
|
||||
top: 16px;
|
||||
right: 8px;
|
||||
|
|
Loading…
Reference in a new issue