Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Add final files for 2.6.1 (with version number bump)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wheaton committed May 24, 2016
1 parent f6c0ef0 commit 33055f2
Show file tree
Hide file tree
Showing 97 changed files with 980 additions and 2,350 deletions.
7 changes: 3 additions & 4 deletions dist/components/Breadcrumb/Breadcrumb.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */
/**
* Office UI Fabric 2.6.0
* Office UI Fabric 2.6.1
* The front-end framework for building experiences for Office 365.
**/
/*Sasssssssss*/
Expand Down Expand Up @@ -338,9 +338,8 @@
content: ' ';
width: 16px;
height: 16px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background-color: white;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/components/Breadcrumb/Breadcrumb.min.css

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

2 changes: 1 addition & 1 deletion dist/components/Button/Button.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */
/**
* Office UI Fabric 2.6.0
* Office UI Fabric 2.6.1
* The front-end framework for building experiences for Office 365.
**/
/*Sasssssssss*/
Expand Down
7 changes: 3 additions & 4 deletions dist/components/Callout/Callout.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */
/**
* Office UI Fabric 2.6.0
* Office UI Fabric 2.6.1
* The front-end framework for building experiences for Office 365.
**/
/*Sasssssssss*/
Expand Down Expand Up @@ -409,9 +409,8 @@
.ms-Callout.ms-Callout--arrowTop:after {
content: '';
position: absolute;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
height: 0;
width: 0;
}
Expand Down
Loading

0 comments on commit 33055f2

Please sign in to comment.