Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2fda069

Browse files
committed
fix(dropdown): css display not for .btn-group
1 parentf0e17a7 commit2fda069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎projects/coreui-angular/src/lib/dropdown/dropdown/dropdown.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// todo: find better soulution
22

3-
:host-context(.dropdown,.dropup) {
3+
:host-context(.dropdown,.dropup):not(.btn-group) {
44
display:block;
55
}
66

7-
:host-context(.dropstart,.dropend) {
7+
:host-context(.dropstart,.dropend):not(.btn-group) {
88
display:inline-flex;
99
}
1010

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp