Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3407394
D7898.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
546 B
Referenced Files
None
Subscribers
None
D7898.diff
View Options
diff --git a/landing/mobile-nav.css b/landing/mobile-nav.css
--- a/landing/mobile-nav.css
+++ b/landing/mobile-nav.css
@@ -7,7 +7,7 @@
height: 100vh;
z-index: var(--mobile-nav-z-index);
background-color: transparent;
- padding: 8px 16px 0;
+ padding: 8px 32px 0;
transition: top 500ms, background-color 0ms 500ms;
}
@@ -27,6 +27,7 @@
transition: color 150ms;
}
+.tab:hover,
.activeTab {
color: var(--white-100);
}
@@ -48,3 +49,6 @@
.icon {
color: var(--white-60);
}
+.icon:hover {
+ color: var(--white-100);
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 5, 5:57 AM (14 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2616147
Default Alt Text
D7898.diff (546 B)
Attached To
Mode
D7898: [landing] minor improvements to mobile nav ui
Attached
Detach File
Event Timeline
Log In to Comment