Skip to content

Commit

Permalink
Sebastian review
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 28, 2019
1 parent fcc3e8f commit ce596a6
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion packages/material-ui-lab/src/Autocomplete/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export const styles = theme => ({
cursor: 'pointer',
paddingTop: 6,
outline: '0',
// Remove blue highlight
WebkitTapHighlightColor: 'transparent',
paddingBottom: 6,
paddingLeft: 16,
Expand Down
1 change: 0 additions & 1 deletion packages/material-ui-lab/src/Rating/Rating.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const styles = theme => ({
fontSize: theme.typography.pxToRem(24),
color: '#ffb400',
cursor: 'pointer',
// Remove blue highlight
WebkitTapHighlightColor: 'transparent',
'&$disabled': {
opacity: 0.5,
Expand Down
1 change: 0 additions & 1 deletion packages/material-ui/src/Backdrop/Backdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const styles = {
top: 0,
left: 0,
backgroundColor: 'rgba(0, 0, 0, 0.5)',
// Remove blue highlight
WebkitTapHighlightColor: 'transparent',
// Disable scroll capabilities.
touchAction: 'none',
Expand Down
1 change: 0 additions & 1 deletion packages/material-ui/src/ButtonBase/ButtonBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const styles = {
alignItems: 'center',
justifyContent: 'center',
position: 'relative',
// Remove blue highlight
WebkitTapHighlightColor: 'transparent',
backgroundColor: 'transparent', // Reset default value
// We disable the focus ring for mouse, touch and keyboard users.
Expand Down
2 changes: 0 additions & 2 deletions packages/material-ui/src/Chip/Chip.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export const styles = theme => {
/* Styles applied to the root element if `onClick` is defined or `clickable={true}`. */
clickable: {
userSelect: 'none',
// Remove blue highlight
WebkitTapHighlightColor: 'transparent',
cursor: 'pointer',
'&:hover, &:focus': {
Expand Down Expand Up @@ -212,7 +211,6 @@ export const styles = theme => {
},
/* Styles applied to the `deleteIcon` element. */
deleteIcon: {
// Remove blue highlight
WebkitTapHighlightColor: 'transparent',
color: deleteIconColor,
height: 22,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const styles = theme => ({
cursor: 'pointer',
// For correct alignment with the text.
verticalAlign: 'middle',
// Remove blue highlight
WebkitTapHighlightColor: 'transparent',
marginLeft: -11,
marginRight: 16, // used for row presentation of radio/checkbox
Expand Down
1 change: 0 additions & 1 deletion packages/material-ui/src/InputBase/InputBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export const styles = theme => {
background: 'none',
height: '1.1875em', // Reset (19px), match the native input line-height
margin: 0, // Reset for Safari
// Remove blue highlight
WebkitTapHighlightColor: 'transparent',
display: 'block',
// Make the flex item shrink with Firefox
Expand Down
1 change: 0 additions & 1 deletion packages/material-ui/src/Link/Link.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const styles = {
/* Styles applied to the root element if `component="button"`. */
button: {
position: 'relative',
// Remove blue highlight
WebkitTapHighlightColor: 'transparent',
backgroundColor: 'transparent', // Reset default value
// We disable the focus ring for mouse, touch and keyboard users.
Expand Down
1 change: 0 additions & 1 deletion packages/material-ui/src/Modal/SimpleBackdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const styles = {
top: 0,
left: 0,
backgroundColor: 'rgba(0, 0, 0, 0.5)',
// Remove blue highlight
WebkitTapHighlightColor: 'transparent',
// Disable scroll capabilities.
touchAction: 'none',
Expand Down
1 change: 0 additions & 1 deletion packages/material-ui/src/Slider/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export const styles = theme => ({
cursor: 'pointer',
touchAction: 'none',
color: theme.palette.primary.main,
// Remove blue highlight
WebkitTapHighlightColor: 'transparent',
'&$disabled': {
pointerEvents: 'none',
Expand Down

0 comments on commit ce596a6

Please sign in to comment.