SPR-838: pixel breadcrumb vs search toggle link
This commit is contained in:
parent
b55012a2ab
commit
12ff9e2414
1 changed files with 3 additions and 2 deletions
|
@ -41,14 +41,15 @@
|
||||||
}
|
}
|
||||||
p.toggleSearch {
|
p.toggleSearch {
|
||||||
display: none;
|
display: none;
|
||||||
margin: -1px 0 0;
|
margin: -2px 0 0; // reverse transparent border and box-sizing of a child
|
||||||
padding: 0;
|
padding: 0;
|
||||||
a {
|
a {
|
||||||
width: @toggle-showsidebar_width;
|
width: @toggle-showsidebar_width + 0.1; /* must be a bit a wider than @toggle-showsidebar_width to hide right border on hover / focus */
|
||||||
border: solid 1px transparent;
|
border: solid 1px transparent;
|
||||||
border-bottom: solid 1px @color-border;
|
border-bottom: solid 1px @color-border;
|
||||||
border-radius: @fix_border-radius 0 0 0;
|
border-radius: @fix_border-radius 0 0 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
box-sizing: border-box;
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue