Merge pull request #2576 from influxdata/feature/fix-verbiage
Fix tool tip verbiage and master the art of csspull/10616/head
commit
6bc89f31ab
|
@ -48,4 +48,4 @@ export const NEW_DEFAULT_DATABASE = {
|
|||
}
|
||||
|
||||
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;
|
||||
border-radius: $tooltip-radius;
|
||||
text-transform: none;
|
||||
text-align: left;
|
||||
cursor: default;
|
||||
|
||||
&.type-dark {
|
||||
|
|
Loading…
Reference in New Issue