Skip to content

Commit 128a9d1

Browse files
author
Chad Little
committedFeb 14, 2017
Fix diviner documenation hover states
Summary: Bump up the CSS scope, since we altered the normal rule for device-desktop Test Plan: /diviner/ in sandbox Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17352
1 parent 2c09fc5 commit 128a9d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎resources/celerity/map.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
'rsrc/css/core/remarkup.css' => '4a2de2bb',
112112
'rsrc/css/core/syntax.css' => '769d3498',
113113
'rsrc/css/core/z-index.css' => '5e72c4e0',
114-
'rsrc/css/diviner/diviner-shared.css' => 'aa3656aa',
114+
'rsrc/css/diviner/diviner-shared.css' => '896f1d43',
115115
'rsrc/css/font/font-aleo.css' => '8bdb2835',
116116
'rsrc/css/font/font-awesome.css' => 'e838e088',
117117
'rsrc/css/font/font-lato.css' => 'c7ccd872',
@@ -583,7 +583,7 @@
583583
'diffusion-icons-css' => 'd678600a',
584584
'diffusion-readme-css' => '297373eb',
585585
'diffusion-source-css' => '750add59',
586-
'diviner-shared-css' => 'aa3656aa',
586+
'diviner-shared-css' => '896f1d43',
587587
'font-aleo' => '8bdb2835',
588588
'font-fontawesome' => 'e838e088',
589589
'font-lato' => 'c7ccd872',

‎webroot/rsrc/css/diviner/diviner-shared.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ body .diviner-view .diviner-section-content .phui-header-shell {
172172
margin: 4px -16px;
173173
}
174174

175-
.diviner-book-item:hover {
175+
a.diviner-book-item:hover {
176176
text-decoration: none;
177177
}
178178

0 commit comments

Comments
 (0)
Failed to load comments.