mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°3882 - Object details: Status indicator (dot) now shows the real state color
This commit is contained in:
@@ -28,7 +28,7 @@ $ibo-object-details--tag--separator--diameter: 5px !default;
|
||||
$ibo-object-details--tag--separator--margin-right: 12px !default;
|
||||
$ibo-object-details--tag--separator--border-radius: $ibo-border-radius-full !default;
|
||||
|
||||
/* Parent block overloads (!= than blocks integrations */
|
||||
/* Parent block overloads (!= than blocks integrations) */
|
||||
.ibo-object-details {
|
||||
&.ibo-has-icon.ibo-has-medallion-icon {
|
||||
// Note: Direct child selector is mandatory, otherwise a panel within a panel with a medallion icon will have its icon as a medallion too (eg. dashboard in an object)
|
||||
@@ -84,13 +84,6 @@ $ibo-object-details--tag--separator--border-radius: $ibo-border-radius-full !def
|
||||
}
|
||||
}
|
||||
|
||||
@each $sType, $aColors in $ibo-lifecycle-states-colors {
|
||||
.ibo-object-details--status-dot.ibo-is-state-#{$sType} {
|
||||
color: map-get($aColors, 'secondary-color');
|
||||
background-color: map-get($aColors, 'primary-color');
|
||||
}
|
||||
}
|
||||
|
||||
.ibo-object-details--tag {
|
||||
color: $ibo-object-details--tag--color;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user