[refactor] Enabled Stylelint 'color-hex-length'

This commit is contained in:
Steven Evans
2018-07-09 16:11:18 -04:00
parent 1eee47dd3e
commit 71d80ae5a4
10 changed files with 96 additions and 96 deletions
+6 -6
View File
@@ -28,7 +28,7 @@
font-weight: bold;
padding: 2px;
margin: 6px;
border: 1px solid #ffffff;
border: 1px solid #fff;
background-color:#000;
}
@@ -46,7 +46,7 @@
#yes-no-text-input-box-input {
color: var(--my-font-color);
border: 1px solid #ffffff;
border: 1px solid #fff;
background-color:#000;
}
@@ -103,7 +103,7 @@
.dialog-box-close-button:hover,
.dialog-box-close-button:focus,{
color: #ffffff;
color: #fff;
text-decoration: none;
cursor: pointer;
}
@@ -131,7 +131,7 @@
/* Generic Yes No Box */
#yes-no-text-input-box-input {
color: #ffffff;
color: #fff;
}
/* Game Options */
@@ -163,7 +163,7 @@
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px #ffffff;
border-radius: 12px #fff;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
@@ -171,7 +171,7 @@
#game-options-close-button:hover,
#game-options-close-button:focus {
color: #ffffff;
color: #fff;
text-decoration: none;
cursor: pointer;
}