less ref
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
color: @tooltip-color;
|
||||
text-align: center;
|
||||
background-color: @tooltip-bg;
|
||||
border-radius: @border-radius-base;
|
||||
border-radius: var(--border-radius-small);
|
||||
}
|
||||
|
||||
// Arrows
|
||||
|
||||
@@ -110,10 +110,6 @@
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.tooltip > .tooltip-inner {
|
||||
border-radius: var(--dropdown-border-radius);
|
||||
}
|
||||
}
|
||||
|
||||
body .note-editor {
|
||||
|
||||
@@ -248,7 +248,7 @@
|
||||
@list-group-active-color: @text-color;
|
||||
|
||||
@zindex-popover: 1600;
|
||||
@zindex-tooltip: 1600;
|
||||
@zindex-tooltip: 2600;
|
||||
@navbar-collapse-max-height: none;
|
||||
|
||||
@navbar-height-xsmall: 39px;
|
||||
|
||||
Reference in New Issue
Block a user