Files
talk/src/core/client/ui/shared/buttonReset.css
T
2018-10-16 17:21:12 +00:00

33 lines
627 B
CSS

.buttonReset {
/* reset button */
user-select: none;
font-family: inherit;
outline: none;
border: none;
touch-action: manipulation;
padding: 0;
margin: 0;
overflow: hidden;
/* Unify anchor and button. */
cursor: pointer;
display: inline-block;
box-sizing: border-box;
text-align: center;
text-decoration: none;
align-items: flex-start;
vertical-align: middle;
white-space: nowrap;
background: transparent;
font-size: inherit;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
&::-moz-focus-inner {
border: 0;
}
&:-moz-focusring {
textshadow: 0 0 0 #000;
}
}