Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

.od-SearchBox-button {
background: none;
background-color: transparent;
border: 0;
color: transparent;
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@uifabric/example-app-base",
"type": "none"
}
],
"packageName": "@uifabric/example-app-base",
"email": "vibailly@microsoft.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "",
"packageName": "@uifabric/experiments",
"type": "none"
}
],
"packageName": "@uifabric/experiments",
"email": "vibailly@microsoft.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "fix corner case bug with Safari",
"packageName": "@uifabric/fabric-website",
"type": "none"
}
],
"packageName": "@uifabric/fabric-website",
"email": "vibailly@microsoft.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
.ms-Button.ExampleCard-codeButton {
@include ms-margin-right(0);
background: none;
background-color: transparent;
border: 1px solid $ms-color-neutralTertiary;
border-bottom: 0;
border-top-left-radius: 4px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ $Header-fabricWebsiteHeaderColor: #272630;
position: relative;
text-decoration: none;
background: none;
background-color: transparent;
border: none;
padding: 0;
padding: 0px 10px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

.actionButton {
background: none;
background-color: transparent;
border: 0;
cursor: pointer;
margin: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export function getStyles(props: IShimmerStyleProps): IShimmerStyles {
opacity: '0',
lineHeight: '1',
background: 'none',
backgroundColor: 'transparent',
border: 'none',
transition: 'opacity 200ms'
},
Expand Down
1 change: 1 addition & 0 deletions packages/experiments/src/components/Tile/Tile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
@include right(0);
border: none;
background: none;
background-color: transparent;
opacity: 0;
box-sizing: border-box;
padding: 6px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const getStyles = memoizeFunction((
padding: '0',
border: 'none',
background: 'none',
backgroundColor: 'transparent',
margin: '0',
outline: 'none',
display: 'block',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ exports[`Checkbox renders Checkbox correctly 1`] = `
{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
background-color: transparent;
background: none;
border: none;
cursor: pointer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ $SearchBox-sidePadding: 8px; // padding in input on left and right sides without

position: relative;
background: none;
background-color: transparent;
border: none;
line-height: $CommandBarItem-height;
min-width: 20px;
Expand Down Expand Up @@ -172,7 +173,7 @@ $SearchBox-sidePadding: 8px; // padding in input on left and right sides without
&.itemLinkIsExpanded:hover {
background-color: $ms-color-neutralQuaternary;
}

&.inactive {
color: $ms-color-neutralTertiaryAlt;
cursor: default;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ export const getStyles = memoizeFunction((
fontWeight: FontWeights.semibold,
color: ContextualMenuHeaderColor,
background: 'none',
backgroundColor: 'transparent',
border: 'none',
height: ContextualMenuItemHeight,
lineHeight: ContextualMenuItemHeight,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
box-sizing: border-box;
vertical-align: top;
background: none;
background-color: transparent;
border: none;
opacity: 0;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ $DropDown-item-height: 32px;
font-weight: $ms-font-weight-semibold;
color: $ms-color-themePrimary;
background: none;
background-color: transparent;
border: none;
height: $DropDown-item-height;
line-height: $DropDown-item-height;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ $spacingAroundItemButton: 2px;
button.itemButton {
display: inline;
background: none;
background-color: transparent;
padding: 0;
cursor: pointer;
border: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ $groupHeader-ease-in-back: cubic-bezier(0.600, -0.280, 0.735, 0.045);
@include focus-border();
cursor: default;
background: none;
background-color: transparent;
border: none;
font-size: $ms-icon-size-l;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
box-sizing: border-box;
vertical-align: top;
background: none;
background-color: transparent;
border: none;
padding-left: 32px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const getStyles = (props: ILinkStyleProps): ILinkStyles => {
},
isButton && {
background: 'none',
backgroundColor: 'transparent',
border: 'none',
cursor: 'pointer',
display: 'inline',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ exports[`Link renders Link with no href as a button 1`] = `
className=
ms-Link
{
background-color: transparent;
background: none;
border: none;
color: #0078d4;
Expand Down Expand Up @@ -177,6 +178,7 @@ exports[`Link renders disabled Link with no href as a button correctly 1`] = `
ms-Link
is-disabled
{
background-color: transparent;
background: none;
border: none;
color: #a6a6a6;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

@include high-contrast {
background: none;
background-color: transparent;
}
}

Expand Down Expand Up @@ -42,5 +43,6 @@

@include high-contrast {
background: none;
background-color: transparent;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export function getStyles(props: IRatingStyleProps): IRatingStyles {
'ms-Rating-button',
{
background: 'none',
backgroundColor: 'transparent',
margin: '3px 3px 0px 0px',
padding: '0px',
border: 'none',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ exports[`Rating Renders Rating correctly 1`] = `
ms-Rating-button
ms-Rating--small
{
background-color: transparent;
background: none;
border: none;
cursor: pointer;
Expand Down Expand Up @@ -153,6 +154,7 @@ exports[`Rating Renders Rating correctly 1`] = `
ms-Rating-button
ms-Rating--small
{
background-color: transparent;
background: none;
border: none;
cursor: pointer;
Expand Down Expand Up @@ -276,6 +278,7 @@ exports[`Rating Renders Rating correctly 1`] = `
ms-Rating-button
ms-Rating--small
{
background-color: transparent;
background: none;
border: none;
cursor: pointer;
Expand Down Expand Up @@ -399,6 +402,7 @@ exports[`Rating Renders Rating correctly 1`] = `
ms-Rating-button
ms-Rating--small
{
background-color: transparent;
background: none;
border: none;
cursor: pointer;
Expand Down Expand Up @@ -522,6 +526,7 @@ exports[`Rating Renders Rating correctly 1`] = `
ms-Rating-button
ms-Rating--small
{
background-color: transparent;
background: none;
border: none;
cursor: pointer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ $field-error-color: $errorTextColor;
border-radius: 0;
border: none;
background: none;
background-color: transparent;
color: $field-text-color;
@include ms-padding(0, 12px, 0, 12px);
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@

.actionButton {
background: none;
background-color: transparent;
border: 0;
cursor: pointer;
margin: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
box-sizing: border-box;
vertical-align: top;
background: none;
background-color: transparent;
border: none;
}

Expand All @@ -24,6 +25,7 @@
box-sizing: border-box;
vertical-align: top;
background: none;
background-color: transparent;
border: none;
}

Expand Down