@@ -1293,6 +1293,24 @@ button.delete:focus {
&.has-addons {
display: flex;
+
+ .button {
+ border-radius: 0;
+ margin-right: -1px;
+ &:last-child {
+ border-radius: 0 3px 3px 0;
+ padding-left: 10px;
+ }
+ .input {
+ &:first-child {
+ border-radius: 3px 0 0 3px;
}
@@ -1618,6 +1618,19 @@ export default {
background: var(--dark-grey) !important;
color: var(--white) !important;
+ .left-section {
+ .edit-section {
+ .album-get-button,
+ .duration-fill-button,
+ .add-button {
+ &:focus,
+ &:hover {
+ border: none !important;
.modal-card-body {