Skip to content

Commit

Permalink
gh-pages v4.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-portugal committed Jan 23, 2023
1 parent 84eb114 commit 4c96ff9
Show file tree
Hide file tree
Showing 208 changed files with 64,181 additions and 3,323 deletions.
4 changes: 2 additions & 2 deletions docs/js/docs-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2626,7 +2626,7 @@ UI_DOCS={
"type": "script"
},
{
"src": "/release/css/ui-grid.css",
"src": "/release/ui-grid.css",
"type": "css"
}
],
Expand All @@ -2636,7 +2636,7 @@ UI_DOCS={
"type": "script"
},
{
"src": "/release/css/ui-grid-unstable.css",
"src": "/release/ui-grid-unstable.css",
"type": "css"
}
]
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ <h1 class="text-center">Angular UI Grid</h1>
Code on Github
</a>

<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.12.1">
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.12.2">
<i class="fa fa-download fa-fw"></i>
<!-- Download <small>( 4.12.1 / 4.12.1 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
<!-- Download <small>( 4.12.2 / 4.12.2 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->

Download <small>( 4.12.1 )</small>
Download <small>( 4.12.2 )</small>
</a>

<a class="btn btn-success btn-large" href="/docs/#!/tutorial" title="Tutorial">
Expand Down
25 changes: 25 additions & 0 deletions release/4.12.2/css/ui-grid.cellnav.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.ui-grid-cell-focus {
outline: 0;
background-color: #b3c4c7;
}
.ui-grid-focuser {
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 100%;
height: 100%;
}
.ui-grid-focuser:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-grid-offscreen {
display: block;
position: absolute;
left: -10000px;
top: -10000px;
clip: rect(0px, 0px, 0px, 0px);
}
1 change: 1 addition & 0 deletions release/4.12.2/css/ui-grid.cellnav.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4c96ff9

Please sign in to comment.