Skip to content

Commit

Permalink
fix(menu): attached text menu had borders
Browse files Browse the repository at this point in the history
An attached text menu still had borders
  • Loading branch information
lubber-de committed Aug 24, 2021
1 parent f451d15 commit f434400
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/definitions/collections/menu.less
Expand Up @@ -1861,7 +1861,7 @@ each(@colors, {
}

/* Tabular Attached */
.ui.attached.menu:not(.tabular) {
.ui.attached.menu:not(.tabular):not(.text) {
border: @attachedBorder;
}
& when (@variationMenuInverted) {
Expand Down
2 changes: 1 addition & 1 deletion src/definitions/elements/segment.less
Expand Up @@ -730,7 +730,7 @@ each(@colors,{
box-shadow: @attachedBoxShadow;
border: @attachedBorder;
}
.ui.attached:not(.message) + .ui.attached.segment:not(.top) {
.ui.attached:not(.message):not(.text) + .ui.attached.segment:not(.top) {
border-top: none;
}

Expand Down

0 comments on commit f434400

Please sign in to comment.