UI API docs: Added reset rules for .close class
This commit is contained in:
committed by
Nathan Woulfe
parent
7ec1147243
commit
8e86f3e091
@@ -107,3 +107,23 @@ a:hover {
|
||||
.form-search > ul.nav > li.module > a:hover{
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.close {
|
||||
float: initial;
|
||||
font-size: 14px;
|
||||
font-weight: initial;
|
||||
line-height: 20px;
|
||||
color: #333333;
|
||||
text-shadow: initial;
|
||||
opacity: initial;
|
||||
filter: initial;
|
||||
}
|
||||
|
||||
.close:hover,
|
||||
.close:focus {
|
||||
color: #333333;
|
||||
text-decoration: initial;
|
||||
cursor: initial;
|
||||
opacity: initial;
|
||||
filter: initial;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user