Troubleshooting style issues
This commit is contained in:
parent
b8a1b907a8
commit
587a2c3b25
4 changed files with 10 additions and 8 deletions
|
|
@ -35,10 +35,11 @@
|
|||
}
|
||||
|
||||
#topmenu-corehome {
|
||||
background-color: transparent;
|
||||
&:hover, &:active {
|
||||
background-color: transparent;
|
||||
outline: none;
|
||||
border-bottom: 1px solid @theme-color-header-text;
|
||||
}
|
||||
background: @theme-color-background-base;
|
||||
&:hover,
|
||||
&:active {
|
||||
background: @theme-color-background-base;
|
||||
outline: none;
|
||||
border-bottom: 1px solid @theme-color-header-text;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue