Skip to content

Commit

Permalink
ヘッダー項目「検索で探す」マウスホバー時にも下線が描画されるようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Feb 26, 2024
1 parent 7c8419f commit 98a929e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/assets/stylesheets/extension/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@ body {
border-radius: 0;
}
.collapse > .navbar-nav > li.search-li {
position: static;
&::before, &::after {
display: none;
}
// position: static;
// &::before, &::after {
// display: none;
// }
@media only screen and (max-width: 768px) {
display: none;
}
Expand Down

0 comments on commit 98a929e

Please sign in to comment.