app/layout/base/res/css/core.alert.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#alert-wrapper {

2 IDs in the selector, really?
Open

#alert-wrapper.warning #alert-content { color: #FF3333; }

2 IDs in the selector, really?
Open

#alert-wrapper.error #alert-content { color: white; }

Don't use IDs in selectors.
Open

#alert-wrapper.error {

Don't use IDs in selectors.
Open

#alert-content {    

Don't use IDs in selectors.
Open

#alert-wrapper.warning {

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

  background-color: rgba(255, 255, 255, 0.9);  

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

  background-color: rgba(0, 95, 155, 0.8); 

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

  background-color: rgba(255, 51, 51, 0.89);  

Expected (<filter-function-list> | none) but found 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5FF3333',endColorstr='#E5FF3333')'.</filter-function-list>
Open

            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5FF3333',endColorstr='#E5FF3333'); 

Expected (<filter-function-list> | none) but found 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC005F9B',endColorstr='#CC005F9B')'.</filter-function-list>
Open

            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC005F9B',endColorstr='#CC005F9B');

Expected (<filter-function-list> | none) but found 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5FFFFFF',endColorstr='#E5FFFFFF')'.</filter-function-list>
Open

            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5FFFFFF',endColorstr='#E5FFFFFF'); 

Rule doesn't have all its properties in alphabetical order.
Open

#alert-wrapper {

Rule doesn't have all its properties in alphabetical order.
Open

#alert-content {    

There are no issues that match your filters.

Category
Status