@codecademy/gamut
71.0.071.0.1-alpha.7d89cc.0
dist/AccordionButtonDeprecated/ButtonDeprecatedBase/styles.module.scss−
dist/AccordionButtonDeprecated/ButtonDeprecatedBase/styles.module.scssDeleted−74
Index: package/dist/AccordionButtonDeprecated/ButtonDeprecatedBase/styles.module.scss
===================================================================
--- package/dist/AccordionButtonDeprecated/ButtonDeprecatedBase/styles.module.scss
+++ package/dist/AccordionButtonDeprecated/ButtonDeprecatedBase/styles.module.scss
@@ -1,74 +0,0 @@
-.basicBtn {
- display: inline-block;
- text-align: center;
- text-decoration: none;
- white-space: nowrap;
- vertical-align: middle;
- cursor: pointer;
- font-family: inherit;
- font: inherit;
- padding: 0;
- margin: 0;
- border: none;
- background: none;
- color: inherit;
- line-height: normal;
-
- &,
- &:active {
- &:focus {
- outline: none;
- }
- }
-
- &:hover:focus {
- text-decoration: none;
- }
- &:focus {
- text-decoration: none;
- }
-
- &:active {
- background-image: none;
- outline: 0;
- }
-
- &:disabled {
- cursor: not-allowed;
- opacity: 0.65;
- }
-}
-
-.basicLink {
- text-decoration: none;
- vertical-align: baseline;
- cursor: pointer;
-
- &,
- &:active,
- &:disabled {
- background-color: transparent;
- }
- &,
- &:focus,
- &:active {
- border-color: transparent;
- }
- &:hover,
- &:focus {
- opacity: 0.7;
- text-decoration: none;
- border-color: transparent;
- background-color: transparent;
- }
- &:hover:focus {
- opacity: 0.7;
- background-color: transparent;
- }
- &:disabled {
- &:hover:focus {
- opacity: 0.7;
- text-decoration: none;
- }
- }
-}