mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 20:18:52 +02:00
N°3191 - Introduce summary cards for objects hyperlinks (#476)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* @copyright Copyright (C) 2010-2023 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
$ibo-vendors-tippy--object-summary--background-color: $ibo-color-transparent !default;
|
||||
$ibo-vendors-tippy--object-summary--color: $ibo-body-text-color !default;
|
||||
|
||||
.tippy-box[data-theme~='object-summary'] {
|
||||
background-color: $ibo-vendors-tippy--object-summary--background-color;
|
||||
color: $ibo-vendors-tippy--object-summary--color;
|
||||
.tippy-arrow {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user