@import './src/style/common/index';
@import './src/style/dialog';
@import './src/style/font-icon';
@import './src/style/paper';
@import './src/style/app-bar';
@import './src/style/avatar';
@import './src/style/card';
@import './src/style/buttons';
@import './src/style/bottom-sheet';
@import './src/style/chip';
@import './src/style/header';
@import './src/style/menu/item';
@import './src/style/menu/drop-down';
@import './src/style/list';
@import './src/style/tabs';
@import './src/style/snackbar';
@import './src/style/stepper';
@import './src/style/rich-media';
@import './src/style/form/input-control';
@import './src/style/form/input-text';
@import './src/style/form/input-select';
@import './src/style/form/input-area';
@import './src/style/form/selection-control';
@import './src/style/progress/linear';
@import './src/style/picker/date';
@import 'src/style/text-fields/auto-complete';

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}