Skip to content
Snippets Groups Projects
Commit c6256e8a authored by sjhuang26's avatar sjhuang26
Browse files

Change styles

parent d87f5ac7
Branches
Tags
No related merge requests found
......@@ -137,19 +137,23 @@
.input-wrapper {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
background: rgba(0, 0, 0, 0.1);
}
.value-inner {
padding: 3px 5px;
min-height: 22px;
overflow: hidden; /* Don't let long values escape container */
text-overflow: ellipsis;
user-select: text; /* Allow selecting list values for 2.0 compatibility, only relevant in player */
}
.list-input {
padding: 3px 5px;
border: 0;
background: rgba(0, 0, 0, 0.1);
background: none;
color: $ui-white;
outline: none;
font-size: 0.75rem;
......@@ -158,9 +162,8 @@
}
.remove-button {
position: absolute;
top: 4px;
right: 6px;
padding: 0;
padding-right: 5px;
cursor: pointer;
color: $ui-white;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment