Просмотр исходного кода

remove form-inline and form-group from sass

soumaeda 2 лет назад
Родитель
Сommit
9216ddd0a8
2 измененных файлов с 0 добавлено и 20 удалено
  1. 0 9
      apps/app/src/styles/_editor.scss
  2. 0 11
      apps/app/src/styles/_override-rbt.scss

+ 0 - 9
apps/app/src/styles/_editor.scss

@@ -117,15 +117,6 @@
 
     .grw-taglabels-container {
       margin-bottom: 0;
-
-      // To scroll tags horizontally
-      .grw-tag-labels.form-inline {
-        flex-flow: row nowrap;
-        width: 100%;
-        overflow-x: auto;
-        overflow-y: hidden;
-        scrollbar-width: thin;
-      }
     }
   }
 

+ 0 - 11
apps/app/src/styles/_override-rbt.scss

@@ -1,14 +1,3 @@
-// override react-bootstrap-typeahead styles
-// see: https://github.com/ericgio/react-bootstrap-typeahead
-.form-group:not(.has-error) {
-  .rbt-input.form-control {
-    // focus
-    &.focus {
-      border-color: inherit;
-    }
-  }
-}
-
 // TODO: check padding when upgrade react-bootstrap-typeahead v6
 // https://redmine.weseek.co.jp/issues/129103
 .rbt-input-wrapper {