mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
Add slightly border to tag.is-delete
This commit is contained in:
@@ -231,6 +231,11 @@ $danger-25: scale-color($danger, $lightness: 75%);
|
|||||||
background-color: $light;
|
background-color: $light;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
+.is-delete {
|
||||||
|
border-color: #aaa;
|
||||||
|
border-width: 1px 1px 1px 0;
|
||||||
|
}
|
||||||
|
|
||||||
&.is-outlined {
|
&.is-outlined {
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user