Skip to content

Commit b58ee6a

Browse files
committed
fix(unity-bootstrap-theme): added scss selector for a.btn disabled
UDS-2030
1 parent 27e3819 commit b58ee6a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_buttons.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ a {
125125
}
126126
}
127127

128+
&.btn[disabled] {
129+
color: var(--bs-btn-disabled-color);
130+
pointer-events: none;
131+
background-color: var(--bs-btn-disabled-bg);
132+
border-color: var(--bs-btn-disabled-border-color);
133+
opacity: var(--bs-btn-disabled-opacity);
134+
}
135+
128136
}
129137

130138

0 commit comments

Comments
 (0)