mirror of https://github.com/docker/docs.git
Merge pull request #545 from kitematic/tab-hover
Added hover color for tabs.
This commit is contained in:
commit
4cf090b056
|
@ -57,6 +57,10 @@
|
|||
text-align: center;
|
||||
margin: 0 10px;
|
||||
min-width: 40px;
|
||||
&:hover {
|
||||
border-radius: 40px;
|
||||
background-color: @gray-lightest;
|
||||
}
|
||||
}
|
||||
|
||||
.results-filter-title {
|
||||
|
|
|
@ -119,6 +119,10 @@
|
|||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
border-radius: 40px;
|
||||
background-color: @gray-lightest;
|
||||
}
|
||||
}
|
||||
|
||||
.details-progress {
|
||||
|
|
Loading…
Reference in New Issue