[refactor] Enabled Stylelint 'declaration-colon-space-after' rule

This commit is contained in:
Steven Evans
2018-07-09 16:42:54 -04:00
parent 71d80ae5a4
commit d563d9624a
11 changed files with 182 additions and 182 deletions
+24 -24
View File
@@ -7,9 +7,9 @@
}
.bladeburner-action {
border:1px solid #fff;
margin:7px;
padding:7px;
border: 1px solid #fff;
margin: 7px;
padding: 7px;
white-space: pre-wrap;
}
@@ -19,25 +19,25 @@
/* Whatever action is currently active */
.bladeburner-active-action {
border:4px solid #fff;
border: 4px solid #fff;
}
/* Action & Skills panel navigation button */
.bladeburner-nav-button {
border:1px solid #fff;
color:#fff;
padding:2px;
margin:2px;
border: 1px solid #fff;
color: #fff;
padding: 2px;
margin: 2px;
}
.bladeburner-nav-button:hover {
background-color:#3d4044;
background-color: #3d4044;
}
.bladeburner-nav-button-inactive {
border:1px solid #fff;
padding:2px;
margin:2px;
border: 1px solid #fff;
padding: 2px;
margin: 2px;
text-decoration: none;
background-color: #555;
cursor: default;
@@ -46,24 +46,24 @@
/* Bladeburner Console */
.bladeburner-console-div {
display:inline-block;
width:40%;
border:1px solid #fff;
overflow:auto;
height:100%;
position:absolute;
display: inline-block;
width: 40%;
border: 1px solid #fff;
overflow: auto;
height: 100%;
position: absolute;
}
.bladeburner-console-table {
height:auto;
overflow:auto;
table-layout:fixed;
width:100%;
height: auto;
overflow: auto;
table-layout: fixed;
width: 100%;
}
.bladeburner-console-input-row {
transition: height 1s;
width:100%;
width: 100%;
}
.bladeburner-console-input-cell {
@@ -84,7 +84,7 @@
.bladeburner-console-line {
word-wrap: break-word;
hyphens:auto;
hyphens: auto;
-webkit-hyphens: auto;
-moz-hyphens: auto;
}