Skip to content

Commit

Permalink
last try styling
Browse files Browse the repository at this point in the history
  • Loading branch information
keesschollaart81 committed Feb 3, 2019
1 parent 8692a3c commit b63c656
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Azure DevOps - Sprint Goal

[![Build status](https://dev.azure.com/caseonline/Sprint%20Goal/_apis/build/status/Sprint%20Goal%20Develop-CI)](https://dev.azure.com/caseonline/Sprint%20Goal/_build/latest?definitionId=6)
[![Deployment status](https://caseonline.vsrm.visualstudio.com/_apis/public/Release/badge/e3292a40-7e22-4ea2-bf37-12310b62b34a/1/2)](https://dev.azure.com/caseonline/Sprint%20Goal/_releaseDefinition?definitionId=1)

[![Build status](https://caseonline.visualstudio.com/Sprint%20Goal/_apis/build/status/Sprint%20Goal%20Develop-CI)](https://caseonline.visualstudio.com/Sprint%20Goal/_build/latest?definitionId=6)

This extension enables you to set a goal for your sprint in Azure DevOps.

![Build status](https://caseonline.visualstudio.com/_apis/public/build/definitions/e3292a40-7e22-4ea2-bf37-12310b62b34a/6/badge) [![Visual Studio Marketplace](https://img.shields.io/vscode-marketplace/d/keesschollaart.sprint-goal.svg)](https://marketplace.visualstudio.com/items?itemName=keesschollaart.sprint-goal)
Expand Down
24 changes: 15 additions & 9 deletions static/sprint-goal.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,21 @@
top: auto;
margin-top: -30px;
right: 30px;
}
input, select {
color:rgba(var(--text-primary-color,0, 0, 0),1);
}
label, legend {
color:rgba(var(--text-secondary-color,0, 0, 0),1);
}
.goal svg{
fill: rgba(var(--text-primary-color,0, 0, 0),1);

input,
select {
color: rgba(var(--text-primary-color, 0, 0, 0), 1);
}

label,
legend {
color: rgba(var(--text-secondary-color, 0, 0, 0), 1);
}

.goal svg {
fill: gray;
margin: 9px;
}
</style>
</head>
Expand All @@ -93,7 +99,7 @@
<p class="footer">Experiencing problems, or do you have an idea? Please let me know via
<a href="https://twitter.com/keesschollaart" target="_blank">Twitter</a> or by
<a href="mailto:[email protected]">mail</a>.</p>
</div>
</div>
</body>

</html>
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "sprint-goal-dev",
"name": "Sprint Goal Dev",
"version": "4.0.18",
"version": "4.0.19",
"publisher": "keesschollaart",
"public": false,
"helpMarkDown": "[More Information](https://github.com/keesschollaart81/vsts-sprint-goal)",
Expand Down

0 comments on commit b63c656

Please sign in to comment.