Browse Source

Update stylelint to 13.0.0 (#2348)

* Update stylelint to 13.0.0

* Update style
pull/2372/head
Vladyslav 7 years ago
committed by Igor Kulikov
parent
commit
0dd313dd61
  1. 12
      ui/package.json
  2. 1
      ui/src/app/entity/entity-list.scss
  3. 1
      ui/src/app/entity/entity-select.scss
  4. 1
      ui/src/app/entity/entity-subtype-list.scss
  5. 1
      ui/src/app/entity/entity-type-list.scss
  6. 1
      ui/src/app/entity/entity-type-select.scss
  7. 42
      ui/src/app/widget/lib/alarms-table-widget.scss
  8. 42
      ui/src/app/widget/lib/entities-table-widget.scss

12
ui/package.json

@ -135,12 +135,12 @@
"react-hot-loader": "^4.12.8",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-order": "^3.0.1",
"stylelint-scss": "^3.9.2",
"stylelint-webpack-plugin": "^0.10.5",
"stylelint": "13.0.0",
"stylelint-config-recommended-scss": "4.1.0",
"stylelint-config-standard": "19.0.0",
"stylelint-order": "4.0.0",
"stylelint-scss": "3.13.0",
"stylelint-webpack-plugin": "^1.2.1",
"uglifyjs-webpack-plugin": "^2.1.3",
"url-loader": "^2.1.0",
"webpack": "^4.37.0",

1
ui/src/app/entity/entity-list.scss

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
.tb-entity-list {
#entity_list_chips {

1
ui/src/app/entity/entity-select.scss

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
.tb-entity-select {
}

1
ui/src/app/entity/entity-subtype-list.scss

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
.tb-entity-subtype-list {
#entity_subtype_list_chips {

1
ui/src/app/entity/entity-type-list.scss

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
.tb-entity-type-list {
#entity_type_list_chips {

1
ui/src/app/entity/entity-type-select.scss

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
md-select.tb-entity-type-select {
}

42
ui/src/app/widget/lib/alarms-table-widget.scss

@ -43,43 +43,15 @@
&.tb-data-table {
table.md-table,
table.md-table.md-row-select {
th.md-column {
&.tb-action-cell {
.md-button {
/* stylelint-disable-next-line selector-max-class */
&.md-icon-button {
width: 36px;
height: 36px;
padding: 6px;
margin: 0;
/* stylelint-disable-next-line selector-max-class */
md-icon {
width: 24px;
height: 24px;
font-size: 24px !important;
line-height: 24px !important;
}
}
}
}
}
tbody {
tr {
td {
&.tb-action-cell {
width: 36px;
min-width: 36px;
max-width: 36px;
.tb-action-cell {
width: 36px;
min-width: 36px;
max-width: 36px;
.md-button[disabled] {
&.md-icon-button {
/* stylelint-disable-next-line selector-max-class */
md-icon {
color: rgba(0, 0, 0, .38);
}
}
}
.md-button[disabled] {
md-icon {
color: rgba(0, 0, 0, .38);
}
}
}

42
ui/src/app/widget/lib/entities-table-widget.scss

@ -43,43 +43,15 @@
&.tb-data-table {
table.md-table,
table.md-table.md-row-select {
th.md-column {
&.tb-action-cell {
.md-button {
/* stylelint-disable-next-line selector-max-class */
&.md-icon-button {
width: 36px;
height: 36px;
padding: 6px;
margin: 0;
/* stylelint-disable-next-line selector-max-class */
md-icon {
width: 24px;
height: 24px;
font-size: 24px !important;
line-height: 24px !important;
}
}
}
}
}
tbody {
tr {
td {
&.tb-action-cell {
width: 36px;
min-width: 36px;
max-width: 36px;
.tb-action-cell {
width: 36px;
min-width: 36px;
max-width: 36px;
.md-button[disabled] {
&.md-icon-button {
/* stylelint-disable-next-line selector-max-class */
md-icon {
color: rgba(0, 0, 0, .38);
}
}
}
.md-button[disabled] {
md-icon {
color: rgba(0, 0, 0, .38);
}
}
}

Loading…
Cancel
Save