1
0
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:
Martijn Cuppens
2018-11-13 07:30:17 +01:00
committed by XhmikosR
parent dafb498f75
commit 696c4078d1
2 changed files with 17 additions and 1 deletions

View File

@@ -276,6 +276,10 @@
content: $value;
}
}
~ .custom-file-label[data-browse]::after {
content: attr(data-browse);
}
}
.custom-file-label {