Skip to content

Commit e5d53dc

Browse files
committed
fix(QBtnDropdown): (backport from Qv2) show split line when outline
1 parent e96bfbd commit e5d53dc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ui/src/components/btn-dropdown/QBtnDropdown.sass

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.q-btn-dropdown
22
&--split .q-btn-dropdown__arrow-container
3+
&.q-btn--outline
4+
border-left: 1px solid currentColor
35
&:not(.q-btn--outline)
46
border-left: 1px solid rgba(255,255,255,.3)
57

ui/src/components/btn-dropdown/QBtnDropdown.styl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.q-btn-dropdown
22
&--split .q-btn-dropdown__arrow-container
3+
&.q-btn--outline
4+
border-left: 1px solid currentColor
35
&:not(.q-btn--outline)
46
border-left: 1px solid rgba(255,255,255,.3)
57

0 commit comments

Comments
 (0)