Browse Source

Fixes double border of pointing menu attached to segment

A demo of the bug and how it should look after fixed can
be found at http://jsfiddle.net/davialexandre/cww15fon/1/
pull/1349/head
Davi Alexandre 10 years ago
parent
commit
698453b0f1
1 changed files with 0 additions and 5 deletions
  1. 5
      src/definitions/elements/segment.less

5
src/definitions/elements/segment.less

@ -83,11 +83,6 @@
Loose Coupling
--------------------*/
/* Menu */
.ui.pointing.menu + .ui.attached.segment {
top: 1px;
}
/* Header */
.ui.inverted.segment > .ui.header {
color: @white;

Loading…
Cancel
Save