Skip to content

Commit d25a818

Browse files
gh-pages v4.12.1
1 parent 8d42286 commit d25a818

File tree

114 files changed

+66084
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+66084
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ <h1 class="text-center">Angular UI Grid</h1>
7676
Code on Github
7777
</a>
7878

79-
<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">
79+
<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">
8080
<i class="fa fa-download fa-fw"></i>
81-
<!-- Download <small>( 4.12.0 / 4.12.0 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
81+
<!-- Download <small>( 4.12.0 / 4.12.0-9c6a9c83 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
8282

83-
Download <small>( 4.12.0 )</small>
83+
Download <small>( 4.12.0-9c6a9c83 )</small>
8484
</a>
8585

8686
<a class="btn btn-success btn-large" href="/docs/#!/tutorial" title="Tutorial">
+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
/*!
2+
* ui-grid - v4.12.0-9c6a9c83 - 2023-01-19
3+
* http://ui-grid.info/
4+
* Copyright (c) 2023 UI Grid Team; License: MIT
5+
*/
6+
.ui-grid-cell-focus {
7+
outline: 0;
8+
background-color: #b3c4c7;
9+
}
10+
.ui-grid-focuser {
11+
position: absolute;
12+
left: 0;
13+
top: 0;
14+
z-index: -1;
15+
width: 100%;
16+
height: 100%;
17+
}
18+
.ui-grid-focuser:focus {
19+
border-color: #66afe9;
20+
outline: 0;
21+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
22+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
23+
}
24+
.ui-grid-offscreen {
25+
display: block;
26+
position: absolute;
27+
left: -10000px;
28+
top: -10000px;
29+
clip: rect(0px, 0px, 0px, 0px);
30+
}
31+

release/4.12.1/css/ui-grid.cellnav.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)