Skip to content

Commit

Permalink
gh-pages v4.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-portugal committed Jan 19, 2023
1 parent 8d42286 commit d25a818
Show file tree
Hide file tree
Showing 114 changed files with 66,084 additions and 3 deletions.
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.0">
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.12.0-9c6a9c83">
<i class="fa fa-download fa-fw"></i>
<!-- Download <small>( 4.12.0 / 4.12.0 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
<!-- Download <small>( 4.12.0 / 4.12.0-9c6a9c83 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->

Download <small>( 4.12.0 )</small>
Download <small>( 4.12.0-9c6a9c83 )</small>
</a>

<a class="btn btn-success btn-large" href="/docs/#!/tutorial" title="Tutorial">
Expand Down
31 changes: 31 additions & 0 deletions release/4.12.1/css/ui-grid.cellnav.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/*!
* ui-grid - v4.12.0-9c6a9c83 - 2023-01-19
* http://ui-grid.info/
* Copyright (c) 2023 UI Grid Team; License: MIT
*/
.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);
}

5 changes: 5 additions & 0 deletions release/4.12.1/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 d25a818

Please sign in to comment.