UI API docs: Added reset rules for .close class

This commit is contained in:
Anders Bjerner
2021-10-19 01:05:15 +02:00
committed by Nathan Woulfe
parent 7ec1147243
commit 8e86f3e091

View File

@@ -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;
}