fix : Style caret for profile page (#12215)

* Add flex to panel

* Remove hover effect, remove undeline

* FIx lint
This commit is contained in:
Victor Malai 2021-01-05 09:31:52 +02:00 committed by GitHub
parent d204b024b7
commit d4a854e84b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -368,6 +368,27 @@ label {
color: @text-color;
}
}
.accordion-toggle {
display: flex;
align-items: center;
text-decoration: none;
&:hover {
text-decoration: none;
}
.caret {
display: flex;
width: auto;
height: auto;
margin-left: 5px;
&:hover {
color: @gray;
}
}
}
}
.panel-title-large {