Issue #2395853 by LewisNyman, Manjit.Singh, nlisgo, pjbaert, Branislav Bujisic, pguillard, gavin.hughes, onelittlebecca, alisonjo2786, camoa, DickJohnson, manmohandream, davidhernandez, kgoel: Split system.module.css and system.theme.css files into SMACSS style components
2015-08-07 11:39:17 +00:00
|
|
|
/*
|
|
|
|
* @file
|
|
|
|
* Utility class to remove browser styles, especially for button.
|
|
|
|
*/
|
|
|
|
|
|
|
|
.reset-appearance {
|
2019-04-01 17:16:16 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
Issue #2395853 by LewisNyman, Manjit.Singh, nlisgo, pjbaert, Branislav Bujisic, pguillard, gavin.hughes, onelittlebecca, alisonjo2786, camoa, DickJohnson, manmohandream, davidhernandez, kgoel: Split system.module.css and system.theme.css files into SMACSS style components
2015-08-07 11:39:17 +00:00
|
|
|
border: 0 none;
|
|
|
|
background: transparent;
|
|
|
|
line-height: inherit;
|
2019-04-01 17:16:16 +00:00
|
|
|
-webkit-appearance: none;
|
|
|
|
-moz-appearance: none;
|
|
|
|
appearance: none;
|
Issue #2395853 by LewisNyman, Manjit.Singh, nlisgo, pjbaert, Branislav Bujisic, pguillard, gavin.hughes, onelittlebecca, alisonjo2786, camoa, DickJohnson, manmohandream, davidhernandez, kgoel: Split system.module.css and system.theme.css files into SMACSS style components
2015-08-07 11:39:17 +00:00
|
|
|
}
|