misc: add stronger selector for disabled icon links (#17819)

This commit is contained in:
Frédéric Péters 2017-08-09 16:17:57 +02:00
parent 657e1ace14
commit 94e4f81cfe
1 changed files with 5 additions and 0 deletions

View File

@ -463,6 +463,11 @@ a[class^="icon-"], a[class*=" icon-"] {
text-decoration: none;
border: none;
color: #FF7800;
&.disabled {
color: #aaa;
border: none;
cursor: default;
}
}
.icon-home-space:before { content: "\f015\00a0\00a0"; }