Adjust field styles

This commit is contained in:
Jason Zimdars
2025-06-10 11:12:22 -05:00
parent 31b3068ad4
commit bc4bc65af7
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -30,6 +30,10 @@
filter: var(--hover-filter);
box-shadow: 0 0 0 var(--hover-size) var(--hover-color);
}
&:where([disabled]):not(:hover):not(:active) {
filter: none;
}
}
.input--file {
@@ -16,8 +16,8 @@
<span class="txt-large"><%= icon_tag "world" %></span>
</div>
<div class="flex align-center gap margin-block">
<%= text_field_tag :publication_url, published_collection_url(collection), disabled: true, class: "full-width input" %>
<div class="flex align-center gap-half margin-block">
<%= text_field_tag :publication_url, published_collection_url(collection), disabled: true, class: "full-width input fill-white" %>
<div class="flex align-center justify-center gap-half">
<%= button_to_copy_to_clipboard(published_collection_url(collection)) do %>
<%= icon_tag "copy-paste" %>