|
@@ -1,3 +1,5 @@
|
|
|
|
|
+// TODO: .form-group dropped in bootstrap v5
|
|
|
|
|
+// https://redmine.weseek.co.jp/issues/129103
|
|
|
// override react-bootstrap-typeahead styles
|
|
// override react-bootstrap-typeahead styles
|
|
|
// see: https://github.com/ericgio/react-bootstrap-typeahead
|
|
// see: https://github.com/ericgio/react-bootstrap-typeahead
|
|
|
.form-group:not(.has-error) {
|
|
.form-group:not(.has-error) {
|
|
@@ -10,9 +12,10 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// TODO: check padding when upgrade react-bootstrap-typeahead v6
|
|
// TODO: check padding when upgrade react-bootstrap-typeahead v6
|
|
|
|
|
+// .close to .btn-close in bootstrap v5
|
|
|
// https://redmine.weseek.co.jp/issues/129103
|
|
// https://redmine.weseek.co.jp/issues/129103
|
|
|
.rbt-input-wrapper {
|
|
.rbt-input-wrapper {
|
|
|
- .btn-close.rbt-close {
|
|
|
|
|
|
|
+ .close.rbt-close {
|
|
|
// default bootstrap .close has padding 0
|
|
// default bootstrap .close has padding 0
|
|
|
padding: 3px 7px;
|
|
padding: 3px 7px;
|
|
|
}
|
|
}
|
|
@@ -23,6 +26,8 @@
|
|
|
display: none;
|
|
display: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+// TODO: .input-group-prepend dropped in bootstrap v5
|
|
|
|
|
+// https://redmine.weseek.co.jp/issues/129103
|
|
|
// seamless border for .input-group-prepend
|
|
// seamless border for .input-group-prepend
|
|
|
.input-group-prepend + div {
|
|
.input-group-prepend + div {
|
|
|
.rbt .rbt-input-main {
|
|
.rbt .rbt-input-main {
|