Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Disable link functionality on disabled btn-link
Future-proof disabling of clicks on disabled btn-link. Fixes #25639
ensuring consistency between btn-link <button>s and <a>s when disabled.
  • Loading branch information
peteretelej committed Feb 16, 2018
commit f7a09893ee503ca02801d1197b4dd2687476be27
1 change: 1 addition & 0 deletions scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ fieldset:disabled a.btn {
&:disabled,
&.disabled {
color: $btn-link-disabled-color;
pointer-events: none;
}

// No need for an active state here
Expand Down