Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13986785
D9482.id22675.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D9482.id22675.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -111,7 +111,7 @@
'rsrc/css/font/font-awesome.css' => '73d075c3',
'rsrc/css/font/font-source-sans-pro.css' => '91d53463',
'rsrc/css/font/phui-font-icon-base.css' => 'eb84f033',
- 'rsrc/css/layout/phabricator-action-header-view.css' => '47bc4698',
+ 'rsrc/css/layout/phabricator-action-header-view.css' => 'f11f18b5',
'rsrc/css/layout/phabricator-action-list-view.css' => 'dcbfc854',
'rsrc/css/layout/phabricator-crumbs-view.css' => '7fbf25b8',
'rsrc/css/layout/phabricator-filetree-view.css' => 'fccf9f82',
@@ -685,7 +685,7 @@
'paste-css' => 'aa1767d1',
'path-typeahead' => 'f7fc67ec',
'people-profile-css' => 'ba7b2762',
- 'phabricator-action-header-view-css' => '47bc4698',
+ 'phabricator-action-header-view-css' => 'f11f18b5',
'phabricator-action-list-view-css' => 'dcbfc854',
'phabricator-application-launch-view-css' => '81bebcff',
'phabricator-busy' => '6453c869',
diff --git a/webroot/rsrc/css/layout/phabricator-action-header-view.css b/webroot/rsrc/css/layout/phabricator-action-header-view.css
--- a/webroot/rsrc/css/layout/phabricator-action-header-view.css
+++ b/webroot/rsrc/css/layout/phabricator-action-header-view.css
@@ -69,18 +69,20 @@
background: #fff;
}
-.dashboard-panel .phabricator-action-header.gradient-white-header {
- border: 1px solid {$lightblueborder};
- border-bottom: 1px solid {$thinblueborder};
- border-top-right-radius: 3px;
- border-top-left-radius: 3px;
-}
-
.phabricator-action-header.gradient-white-header .phabricator-action-header-title {
color: {$darkbluetext};
padding: 12px 0 12px 4px;
}
+.phabricator-action-header.gradient-white-header
+ .phabricator-action-header-icon-list .phui-icon-view {
+ color: {$lightbluetext};
+}
+
+.phabricator-action-header.gradient-white-header
+ .phabricator-action-header-icon-list .phui-icon-view:hover {
+ color: {$darkbluetext};
+}
.gradient-green-header .phabricator-action-header-title,
.gradient-red-header .phabricator-action-header-title,
@@ -112,3 +114,16 @@
border: 1px solid {$lightblueborder};
border-bottom: 1px solid {$thinblueborder};
}
+
+.dashboard-panel .phabricator-action-header.gradient-white-header {
+ border: 1px solid {$lightblueborder};
+ border-bottom: 1px solid {$thinblueborder};
+ border-top-right-radius: 3px;
+ border-top-left-radius: 3px;
+}
+
+.dashboard-panel .phabricator-action-header.gradient-white-header
+ .phabricator-action-header-icon-list {
+ padding-top: 6px;
+ padding-right: 6px;
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Oct 22, 5:35 AM (3 w, 20 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6740633
Default Alt Text
D9482.id22675.diff (2 KB)
Attached To
Mode
D9482: Add hover state to white header icons
Attached
Detach File
Event Timeline
Log In to Comment