Skip to content

Commit

Permalink
#13483 removed border when an active hub is selected first time
Browse files Browse the repository at this point in the history
  • Loading branch information
tspascoal committed Jun 25, 2017
1 parent 9c11ab6 commit dc4bb09
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ExpandedNodes": [
"",
"\\Import-Export-Kanban",
"\\Import-Export-Kanban\\Import-Export-Kanban"
],
"SelectedNode": "\\Import-Export-Kanban\\Import-Export-Kanban.sln",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
8 changes: 8 additions & 0 deletions Import-Export-Kanban/.vs/config/applicationhost.config
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,14 @@
<binding protocol="https" bindingInformation="*:44300:localhost" />
</bindings>
</site>
<site name="Import-Export-Kanban(1)" id="3">
<application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="C:\Users\tspv\Source\Repos\vsarVSTS-Import-Export-Kanban\Import-Export-Kanban\Import-Export-Kanban" />
</application>
<bindings>
<binding protocol="http" bindingInformation="*:5521:localhost" />
</bindings>
</site>
<siteDefaults>
<logFile logFormat="W3C" directory="%IIS_USER_HOME%\Logs" />
<traceFailedRequestsLogging directory="%IIS_USER_HOME%\TraceLogFiles" enabled="true" maxLogFileSizeKB="1024" />
Expand Down
4 changes: 4 additions & 0 deletions Import-Export-Kanban/Import-Export-Kanban/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
width: 100%;
}

li.ms-Pivot-link {
outline: 0;
}

#errorMessageBar {
margin-bottom: 10px;
}
Expand Down

0 comments on commit dc4bb09

Please sign in to comment.