Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
17aeb2f5
Commit
17aeb2f5
authored
Nov 09, 2016
by
Seth Ladd
Committed by
GitHub
Nov 09, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix transparency bug for sidebar in mobile (#6764)
parent
5883152b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
docs.sh
dev/bots/docs.sh
+1
-2
styles.html
dev/docs/styles.html
+10
-4
No files found.
dev/bots/docs.sh
View file @
17aeb2f5
...
...
@@ -2,8 +2,7 @@
set
-e
# Install dartdoc.
# We peg to this version to work around a bug affecting Flutter in 0.9.7+2.
pub global activate dartdoc 0.9.7+1
pub global activate dartdoc 0.9.7+6
# Generate flutter docs into dev/docs/doc/api/.
(
cd
dev/tools
;
pub get
)
...
...
dev/docs/styles.html
View file @
17aeb2f5
...
...
@@ -50,6 +50,16 @@
font-size
:
inherit
;
}
.sidebar-offcanvas-left
{
background-color
:
#fdfdfd
;
}
@media
screen
and
(
max-width
:
768px
)
{
.sidebar-offcanvas-left.active
{
padding
:
10px
;
}
}
.sidebar-offcanvas-left
ol
{
padding
:
0
16px
16px
0
;
}
...
...
@@ -58,10 +68,6 @@
display
:
none
;
}
.sidebar-offcanvas-left
{
background-color
:
inherit
;
}
.sidebar-offcanvas-left
h5
{
border-bottom
:
none
;
padding
:
0
0
16px
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment