kaoritokashiki 5 лет назад
Родитель
Сommit
9cfc35fcfb
1 измененных файлов с 0 добавлено и 29 удалено
  1. 0 29
      src/client/styles/scss/theme/_apply-colors-dark.scss

+ 0 - 29
src/client/styles/scss/theme/_apply-colors-dark.scss

@@ -203,35 +203,6 @@ ul.pagination {
   background-color: $bgcolor-subnav;
 }
 
-// .three-stranded-button {
-//   .btn-outline-primary {
-//     &:hover {
-//       color: $bgcolor-subnav;
-//     }
-//     &:active {
-//       // color: $bgcolor-subnav;
-//       color: $red;
-//     }
-//   }
-// }
-
-.three-stranded-button {
-  .btn-outline-primary {
-    &:hover,
-    &.active,
-    &:active {
-      // color: $bgcolor-subnav;
-      color: red;
-    }
-  }
-}
-
-.btn-outline-primary {
-  &:active {
-    color: yellow;
-  }
-}
-
 .grw-subnav-fixed-container .grw-subnav {
   background-color: rgba($bgcolor-subnav, 0.85);
 }