I faced a problem when styling the select tag. The thing is that by default, the arrow is in the right corner of the field, which takes the size of the largest option tag. That's why, when a small option is selected, everything looks not in a proper way. Is there any possibility to adjust the width of the select tag to the current option or somehow attach the arrow to it? Thanks in advance! enter image description here
I tried applying the appearance: none property and adding an arrow using the after pseudo element, but nothing worked.
I faced a problem when styling the select tag. The thing is that by default, the arrow is in the right corner of the field, which takes the size of the largest option tag. That's why, when a small option is selected, everything looks not in a proper way. Is there any possibility to adjust the width of the select tag to the current option or somehow attach the arrow to it? Thanks in advance! enter image description here
I tried applying the appearance: none property and adding an arrow using the after pseudo element, but nothing worked.
Недавно я играл в игру «Вращай и выигрывай» и столкнулся с небольшой проблемой.
Я хочу, чтобы колесо выбора, которое находится сверху, слегка двигалось, как будто оно касается включенных кнопок. колесо, но я не могу это сделать, кто-нибудь может мне...
Я работаю над формой с помощью Bootstrap 4, и мне хотелось бы отредактировать/изменить стиль элемента выбора стрелки с первой версии на вторую, как показано ниже.
Я пробовал разные способы (как показано в этом сообществе) нужны ссылки), чтобы...
Я использую vuejs и Tailwindcss.
Как удалить стрелку по умолчанию из элемента HTML select?
Я уже пробовал удалить внешний вид с помощью CSS:
select {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;...
Я использую vuejs и Tailwindcss.
Как удалить стрелку по умолчанию из элемента HTML select?
Я уже пробовал удалить внешний вид с помощью CSS:
select {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;...