mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Customize browse text of the custom file input with HTML (#27651)
This commit is contained in:
committed by
XhmikosR
parent
dafb498f75
commit
696c4078d1
@@ -276,6 +276,10 @@
|
||||
content: $value;
|
||||
}
|
||||
}
|
||||
|
||||
~ .custom-file-label[data-browse]::after {
|
||||
content: attr(data-browse);
|
||||
}
|
||||
}
|
||||
|
||||
.custom-file-label {
|
||||
|
||||
Reference in New Issue
Block a user