mirror of https://github.com/docker/docs.git
Merge pull request #554 from kitematic/fix-filter-by-tab-hover
Fixed tab label hover.
This commit is contained in:
commit
be09bfc247
|
@ -50,16 +50,18 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
margin: 0 20px;
|
margin: 0 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
.results-filter {
|
.results-filter {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
&:hover {
|
&.tab {
|
||||||
border-radius: 40px;
|
&:hover {
|
||||||
background-color: @gray-lightest;
|
border-radius: 40px;
|
||||||
|
background-color: @gray-lightest;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue