Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions sass/components/dropdown.sass
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ $dropdown-divider-background-color: $border-light !default
padding-top: initial
top: auto


.dropdown-menu
display: none
+ltr-position(0, false)
Expand All @@ -61,6 +62,10 @@ $dropdown-divider-background-color: $border-light !default
line-height: 1.5
padding: 0.375rem 1rem
position: relative
&.is-disabled
color: $text-disabled
cursor: default
pointer-events: none

a.dropdown-item,
button.dropdown-item
Expand Down