Fix compact header
This commit is contained in:
parent
bc7d529819
commit
3495a86038
|
@ -545,7 +545,7 @@
|
||||||
#rib-doc-name {
|
#rib-doc-name {
|
||||||
color: @text-normal-ie;
|
color: @text-normal-ie;
|
||||||
color: @text-normal;
|
color: @text-normal;
|
||||||
&:hover,&:focus {
|
&:hover:not(:disabled),&:focus {
|
||||||
box-shadow: 0 0 0 1px @highlight-button-hover-ie;
|
box-shadow: 0 0 0 1px @highlight-button-hover-ie;
|
||||||
box-shadow: 0 0 0 1px @highlight-button-hover;
|
box-shadow: 0 0 0 1px @highlight-button-hover;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue