Showing 101 of 101 total issues
Rule doesn't have all its properties in alphabetical order. Open
Open
.CodeMirror-linenumber {
- Create a ticketCreate a ticket
- Exclude checks
Using height with padding-bottom can sometimes make elements larger than you expect. Open
Open
padding-bottom: 30px;
- Create a ticketCreate a ticket
- Exclude checks
Element (span.CodeMirror-matchingbracket) is overqualified, just use .CodeMirror-matchingbracket without element name. Open
Open
div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
- Create a ticketCreate a ticket
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.CodeMirror-gutter-filler {
- Create a ticketCreate a ticket
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
div.CodeMirror-cursors {
- Create a ticketCreate a ticket
- Exclude checks
Don't use IDs in selectors. Open
Open
#local-media video, #remote-media video {
- Create a ticketCreate a ticket
- Exclude checks
Don't use IDs in selectors. Open
Open
#local-media video, #remote-media video {
- Create a ticketCreate a ticket
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#remote-media {
- Create a ticketCreate a ticket
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.popover .close { position: absolute; top: 7px; right: 10px; }
- Create a ticketCreate a ticket
- Exclude checks
Element (span.CodeMirror-nonmatchingbracket) is overqualified, just use .CodeMirror-nonmatchingbracket without element name. Open
Open
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
- Create a ticketCreate a ticket
- Exclude checks
Duplicate property '*display' found. Open
Open
*display:inline;
- Create a ticketCreate a ticket
- Exclude checks
Outlines should only be modified using :focus. Open
Open
.CodeMirror-code {
- Create a ticketCreate a ticket
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
#code-options {
- Create a ticketCreate a ticket
- Exclude checks
Don't use IDs in selectors. Open
Open
#remote-media-wrapper button {
- Create a ticketCreate a ticket
- Exclude checks
Do not use 'new' for side effects. Open
Open
new bsn.Button(document.querySelector('#connect-dropdown'), 'loading');
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Use of !important Open
Open
overflow: scroll !important; /* Things will break if this is overridden */
- Create a ticketCreate a ticket
- Exclude checks
The box-sizing property isn't supported in IE6 and IE7. Open
Open
box-sizing: content-box;
- Create a ticketCreate a ticket
- Exclude checks