From 9b394a24dc65c794242e98a8a41eb8a60c78367b Mon Sep 17 00:00:00 2001 From: steren Date: Tue, 27 Jun 2017 17:38:41 +0200 Subject: Bazel docs: Fix Edit button The new doc website has a new URL structure. This change adapts the page extraction code. It also restores the CSS for the edit button which got deleted during refactoring. Fix #3272 RELNOTES: None PiperOrigin-RevId: 160279009 --- site/_sass/docs.scss | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 site/_sass/docs.scss (limited to 'site/_sass') diff --git a/site/_sass/docs.scss b/site/_sass/docs.scss new file mode 100644 index 0000000000..95cbf3acb0 --- /dev/null +++ b/site/_sass/docs.scss @@ -0,0 +1,7 @@ +.gh-edit { + float: right; +} + +.gh-edit.default-hidden { + visibility: hidden; +} -- cgit v1.2.3