forked from forgejo/forgejo
Dropdown triangle fixes (#14028)
* Dropdown triangle fixes Fomantic's CSS assumes the dropdown triangles are fonts but we've recently swapped them for SVG so we need to wrestle a bit with Fomantic to get it to display properly and not cause buttons to resize. Fixes: https://github.com/go-gitea/gitea/issues/14014 * move css and add link
This commit is contained in:
parent
511f6138d4
commit
a8fa380c25
2 changed files with 20 additions and 6 deletions
|
@ -142,12 +142,6 @@ a.blob-excerpt:hover {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.btn-review > .dropdown.icon {
|
||||
float: right;
|
||||
height: 12px !important;
|
||||
margin-left: .5rem;
|
||||
}
|
||||
|
||||
@media @mediaSm {
|
||||
#review-box > .menu {
|
||||
> .ui.segment {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue