Merge pull request #2576 from influxdata/feature/fix-verbiage
Fix tool tip verbiage and master the art of csspull/2563/head^2
commit
55bebc9844
|
@ -48,4 +48,4 @@ export const NEW_DEFAULT_DATABASE = {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const PUBLIC_TOOLTIP =
|
export const PUBLIC_TOOLTIP =
|
||||||
'If set to <code>false</code>, users cannot<br/>authenticate unless an <strong>Admin</strong> explicitly<br/>adds them to the organization.'
|
'If turned off, new users cannot<br/>authenticate unless an <strong>Admin</strong> explicitly<br/>adds them to the organization.'
|
||||||
|
|
|
@ -26,6 +26,7 @@ $tooltip-code-color: $c-potassium;
|
||||||
word-break: keep-all;
|
word-break: keep-all;
|
||||||
border-radius: $tooltip-radius;
|
border-radius: $tooltip-radius;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
text-align: left;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
||||||
&.type-dark {
|
&.type-dark {
|
||||||
|
|
Loading…
Reference in New Issue