Skip to content

no caret by sevkok

Details

Authorsevkok

LicenseNo License

Categorygoogle docs

Created

Updated

Size625 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

caret is gone

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Unblinking Blue Caret in Google Docs
@version      20211129.13.48
@namespace    userstyles.world/user/jnv
@description  Disables blinking caret (cursor) in Google Docs, makes it a bit thicker and gives it a pleasant blue color, ala iA Writer.
@author       jnv
@license      CC0
==/UserStyle== */

@-moz-document domain("docs.google.com") {
.docs-text-ui-cursor-blink {
    animation: none !important;
  }

  /* match only my own caret = the black one */
  .kix-cursor-caret[style*="rgb(0, 0, 0)"] {
     border-color: #000609 !important; border-width: 1px 0 1px 0px; border-style: solid;
  }
}

Reviews

No reviews yet.