diff --git a/scm-ui/styles/scm.scss b/scm-ui/styles/scm.scss index df8ad775fa..345488880b 100644 --- a/scm-ui/styles/scm.scss +++ b/scm-ui/styles/scm.scss @@ -212,6 +212,10 @@ $danger-25: scale-color($danger, $lightness: 75%); border: 1px solid transparent; background-color: red; //TODO: replace with transparent + &.is-delete { + background-color: $light; + } + &.is-outline-black { color: $black; border-color: $black; @@ -384,11 +388,6 @@ ul.is-separated { } } -.user { - display: inline-block; - font-weight: bold; -} - .button { &.reduced-mobile { @media screen and (max-width: 1087px) {