github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/components/with-tooltip/index.scss (about)

     1  @import './skin';
     2  @import './layout';
     3  %with-pseudo-tooltip {
     4    @extend %tooltip;
     5  }
     6  %with-pseudo-tooltip::before {
     7    @extend %tooltip-bubble;
     8  }
     9  %with-pseudo-tooltip::after {
    10    @extend %tooltip-tail;
    11  }
    12  %with-pseudo-tooltip {
    13    text-indent: -9000px;
    14    font-size: 0;
    15    top: -9px;
    16  }
    17  
    18  %with-pseudo-tooltip::after,
    19  %with-pseudo-tooltip::before {
    20    @extend %blink-in-fade-out;
    21  }
    22  %with-pseudo-tooltip:hover::after,
    23  %with-pseudo-tooltip:hover::before,
    24  %with-pseudo-tooltip:focus::after,
    25  %with-pseudo-tooltip:focus::before {
    26    @extend %blink-in-fade-out-active;
    27  }