Disallow invalid inline style comments in stylesheets (#9099)
This commit is contained in:
@@ -47,7 +47,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
input[type="radio"] {
|
||||
// Remove the OS's representation
|
||||
/* Remove the OS's representation */
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
appearance: none;
|
||||
@@ -63,7 +63,7 @@ limitations under the License.
|
||||
box-sizing: border-box;
|
||||
height: $font-16px;
|
||||
width: $font-16px;
|
||||
margin-left: 2px; // For the highlight on focus
|
||||
margin-left: 2px; /* For the highlight on focus */
|
||||
|
||||
border: $font-1-5px solid $radio-circle-color;
|
||||
border-radius: $font-16px;
|
||||
|
||||
Reference in New Issue
Block a user