mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-27 07:14:36 +02: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