Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Essem
Sharkey
Commits
d9fe884e
Commit
d9fe884e
authored
7 years ago
by
syuilo
Browse files
Options
Downloads
Patches
Plain Diff
🎨
parent
7d92c464
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/client/app/desktop/views/components/timeline.vue
+24
-8
24 additions, 8 deletions
src/client/app/desktop/views/components/timeline.vue
with
24 additions
and
8 deletions
src/client/app/desktop/views/components/timeline.vue
+
24
−
8
View file @
d9fe884e
...
...
@@ -74,20 +74,36 @@ export default Vue.extend({
border-radius 6px
> header
padding 8px 16px
border-bottom solid 1px #eee
padding 0 8px
z-index 1
box-shadow 0 1px rgba(0, 0, 0, 0.08)
> span
margin-right 16px
line-height 27px
font-size 14px
color #555
display inline-block
padding 0 10px
line-height 42px
font-size 12px
user-select none
&
:not(
[data-is-active]
)
&[data-is-active]
color $theme-color
cursor default
&:before
content ""
display block
position absolute
bottom 0
left -8px
width calc(100% + 16px)
height 2px
background $theme-color
&:not([data-is-active])
color #6f7477
cursor pointer
&:hover
text-decoration underline
color #525a5f
</
style
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment