mirror of https://github.com/docker/docs.git
Removed hover effect for tabs when disabled.
This commit is contained in:
parent
be963610fb
commit
57954729a9
|
@ -71,6 +71,9 @@
|
|||
}
|
||||
&.disabled {
|
||||
opacity: 0.5;
|
||||
&:hover {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue