Git Product home page Git Product logo

climate-ui's Issues

file-icons not dimming properly

file-icons icons of files are not dimming properly in distraction-free mode, they stay fully visible even though the file they are representing is not open.

Failed to activate the climate-ui package

  1. Install climate-ui and climate-syntax
  2. Choose Climate as UI Theme

Atom Version: 1.8.0
System: Mac OS X 10.11.6
Thrown From: climate-ui package, v4.0.0

Stack Trace

Failed to activate the climate-ui package

At fs is not defined

ReferenceError: fs is not defined
    at writeCustomStyles (/Users/epmills/.atom/packages/climate-ui/lib/options.js:133:13)
    at Object.apply (/Users/epmills/.atom/packages/climate-ui/lib/options.js:145:9)
    at Object.activate (/Users/epmills/.atom/packages/climate-ui/lib/climate-ui.js:91:17)
    at ThemePackage.module.exports.Package.activateNow (/opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/src/package.js:183:20)
    at /opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/src/theme-package.js:46:28
    at ThemePackage.module.exports.Package.measure (/opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/src/package.js:92:15)
    at /opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/src/theme-package.js:42:24
    at ThemePackage.module.exports.ThemePackage.activate (/opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/src/theme-package.js:38:97)
    at PackageManager.module.exports.PackageManager.activatePackage (/opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/src/package-manager.js:538:21)
    at /opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/src/theme-manager.js:332:52
    at /opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/src/config.js:614:16
    at /opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/src/config.js:631:20
    at Function.module.exports.Emitter.simpleDispatch (/opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (/opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/node_modules/event-kit/lib/emitter.js:125:28)
    at Config.module.exports.Config.emitChangeEvent (/opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/src/config.js:816:29)
    at Config.module.exports.Config.setRawValue (/opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/src/config.js:608:19)
    at Config.module.exports.Config.set (/opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/src/config.js:227:14)
    at ThemesPanel.module.exports.ThemesPanel.updateThemeConfig (/opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/node_modules/settings-view/lib/themes-panel.js:527:28)
    at /opt/homebrew-cask/Caskroom/atom/1.6.0/Atom.app/Contents/Resources/app.asar/node_modules/settings-view/lib/themes-panel.js:534:24

Commands

     -5:19.9.0 settings-view:check-for-package-updates (atom-workspace.workspace.scrollbars-visible-when-scrolling.seti-ui-no-icons.theme-atom-dark-syntax.theme-atom-dark-ui)
     -2:31.6.0 core:confirm (atom-text-editor.editor.mini.is-focused)

Config

{
  "core": {
    "automaticallyUpdate": false,
    "disabledPackages": [
      "metrics"
    ],
    "themes": [
      "climate-ui",
      "climate-syntax"
    ]
  }
}

Installed Packages

# User
atom-dlang, v1.1.2
autocomplete-dcd, v1.7.1
climate-syntax, v4.0.0
climate-ui, v4.0.0
file-icons, v1.7.17
flex-tool-bar, v0.10.2
language-ansible, v0.1.6
language-docker, v1.1.6
linter, v1.11.14
linter-ansible-linting, v1.2.0
linter-ansible-syntax, v1.1.0
linter-docker, v0.1.2
linter-js-standard, v3.4.1
linter-js-yaml, v1.2.5
linter-jsonlint, v1.3.0
minimap, v4.24.7
pdf-view, v0.50.0
tool-bar, v1.0.0

# Dev
No dev packages

Deprecated selector in `climate-ui/index.less`

In climate-ui/index.less:

Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

  • atom-text-editor[mini], atom-text-editor[mini]::shadow => atom-text-editor[mini], atom-text-editor[mini].editor

  • atom-text-editor[mini] .cursor, atom-text-editor[mini]::shadow .cursor => atom-text-editor[mini] .cursor, atom-text-editor[mini].editor .cursor

  • atom-text-editor[mini] .selection .region, atom-text-editor[mini]::shadow .selection .region => atom-text-editor[mini] .selection .region, atom-text-editor[mini].editor .selection .region

  • .settings-view .section atom-text-editor[mini] .selection .region, .settings-view .section atom-text-editor[mini]::shadow .selection .region => .settings-view .section atom-text-editor[mini] .selection .region, .settings-view .section atom-text-editor[mini].editor .selection .region

  • atom-panel.modal atom-text-editor[mini] .cursor, .overlay atom-text-editor[mini] .cursor, atom-panel.modal atom-text-editor[mini]::shadow .cursor, .overlay atom-text-editor[mini]::shadow .cursor => atom-panel.modal atom-text-editor[mini] .cursor, .overlay atom-text-editor[mini] .cursor, atom-panel.modal atom-text-editor[mini].editor .cursor, .overlay atom-text-editor[mini].editor .cursor

  • atom-text-editor::shadow .regexp => atom-text-editor.editor .syntax--regexp

  • atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini]::shadow .cursor => atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini].editor .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini].editor .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini].editor .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini].editor .cursor

  • .platform-darwin atom-text-editor[mini]::shadow .placeholder-text => .platform-darwin atom-text-editor[mini].editor .placeholder-text

  • .platform-darwin .settings-view atom-text-editor[mini]::shadow .placeholder-text => .platform-darwin .settings-view atom-text-editor[mini].editor .placeholder-text

Automatic translation of selectors will be removed in a few release cycles to minimize startup time. Please, make sure to upgrade the above selectors as soon as possible.

Deprecated selector in `climate-ui/index.less`

In climate-ui/index.less:

Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

  • atom-text-editor[mini], atom-text-editor[mini]::shadow => atom-text-editor[mini], atom-text-editor[mini].editor

  • atom-text-editor[mini] .cursor, atom-text-editor[mini]::shadow .cursor => atom-text-editor[mini] .cursor, atom-text-editor[mini].editor .cursor

  • atom-text-editor[mini] .selection .region, atom-text-editor[mini]::shadow .selection .region => atom-text-editor[mini] .selection .region, atom-text-editor[mini].editor .selection .region

  • .settings-view .section atom-text-editor[mini] .selection .region, .settings-view .section atom-text-editor[mini]::shadow .selection .region => .settings-view .section atom-text-editor[mini] .selection .region, .settings-view .section atom-text-editor[mini].editor .selection .region

  • atom-panel.modal atom-text-editor[mini] .cursor, .overlay atom-text-editor[mini] .cursor, atom-panel.modal atom-text-editor[mini]::shadow .cursor, .overlay atom-text-editor[mini]::shadow .cursor => atom-panel.modal atom-text-editor[mini] .cursor, .overlay atom-text-editor[mini] .cursor, atom-panel.modal atom-text-editor[mini].editor .cursor, .overlay atom-text-editor[mini].editor .cursor

  • atom-text-editor::shadow .regexp => atom-text-editor.editor .syntax--regexp

  • atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini]::shadow .cursor => atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini].editor .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini].editor .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini].editor .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini].editor .cursor

  • .platform-darwin atom-text-editor[mini]::shadow .placeholder-text => .platform-darwin atom-text-editor[mini].editor .placeholder-text

  • .platform-darwin .settings-view atom-text-editor[mini]::shadow .placeholder-text => .platform-darwin .settings-view atom-text-editor[mini].editor .placeholder-text

Automatic translation of selectors will be removed in a few release cycles to minimize startup time. Please, make sure to upgrade the above selectors as soon as possible.

Tree view contents overlap folder name

Hi! Thanks for making this super neat theme.

I noticed when I popped open the sidebar, and scrolled down, that the folder contents overlap the name of the folder:

screenshot 2016-07-19 10 30 33

Again, thanks!

Open files are dimmed regardless settings

Hi!
In the newest atom the opened files are dimmed in disraction free mode even if we set them to be shown. Is this a known bug and do you plan any solution for it? :)

Deprecated selector in `climate-ui\index.less`

In climate-ui\index.less:

Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

  • atom-text-editor[mini], atom-text-editor[mini]::shadow => atom-text-editor[mini], atom-text-editor[mini].editor

  • atom-text-editor[mini] .cursor, atom-text-editor[mini]::shadow .cursor => atom-text-editor[mini] .cursor, atom-text-editor[mini].editor .cursor

  • atom-text-editor[mini] .selection .region, atom-text-editor[mini]::shadow .selection .region => atom-text-editor[mini] .selection .region, atom-text-editor[mini].editor .selection .region

  • .settings-view .section atom-text-editor[mini] .selection .region, .settings-view .section atom-text-editor[mini]::shadow .selection .region => .settings-view .section atom-text-editor[mini] .selection .region, .settings-view .section atom-text-editor[mini].editor .selection .region

  • atom-panel.modal atom-text-editor[mini] .cursor, .overlay atom-text-editor[mini] .cursor, atom-panel.modal atom-text-editor[mini]::shadow .cursor, .overlay atom-text-editor[mini]::shadow .cursor => atom-panel.modal atom-text-editor[mini] .cursor, .overlay atom-text-editor[mini] .cursor, atom-panel.modal atom-text-editor[mini].editor .cursor, .overlay atom-text-editor[mini].editor .cursor

  • atom-text-editor::shadow .regexp => atom-text-editor.editor .syntax--regexp

  • atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini]::shadow .cursor => `atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini] .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini] .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini] .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini] .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini].editor .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini].editor .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini].editor .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini].editor .cursor

Deprecated selector in `climate-ui\index.less`

In climate-ui\index.less:

Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

  • atom-text-editor[mini], atom-text-editor[mini]::shadow => atom-text-editor[mini], atom-text-editor[mini].editor

  • atom-text-editor[mini] .cursor, atom-text-editor[mini]::shadow .cursor => atom-text-editor[mini] .cursor, atom-text-editor[mini].editor .cursor

  • atom-text-editor[mini] .selection .region, atom-text-editor[mini]::shadow .selection .region => atom-text-editor[mini] .selection .region, atom-text-editor[mini].editor .selection .region

  • .settings-view .section atom-text-editor[mini] .selection .region, .settings-view .section atom-text-editor[mini]::shadow .selection .region => .settings-view .section atom-text-editor[mini] .selection .region, .settings-view .section atom-text-editor[mini].editor .selection .region

  • atom-panel.modal atom-text-editor[mini] .cursor, .overlay atom-text-editor[mini] .cursor, atom-panel.modal atom-text-editor[mini]::shadow .cursor, .overlay atom-text-editor[mini]::shadow .cursor => atom-panel.modal atom-text-editor[mini] .cursor, .overlay atom-text-editor[mini] .cursor, atom-panel.modal atom-text-editor[mini].editor .cursor, .overlay atom-text-editor[mini].editor .cursor

  • atom-text-editor::shadow .regexp => atom-text-editor.editor .syntax--regexp

  • atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini]::shadow .cursor => `atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini] .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini] .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini] .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini] .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini].editor .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini].editor .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini].editor .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini].editor .cursor

Ability to change the main theme colors

Hello!
Woud it be possible to add possibility to change the following theme colors?

  1. sidebar background
  2. sidebar dimmed font
  3. sidebar undimmed font
  4. sidebar open file font (when the file is opened and undimmed, there is no color difference like it was in the Genesis theme)

Moreover I would beg you to remove the white "addons" - they are simply burning my eyes when working long in the night. Is there any way to change the colors by end-user without making a branch from your theme?

Deprecated selector in `climate-ui\index.less`

In climate-ui\index.less:

Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

  • atom-text-editor[mini], atom-text-editor[mini]::shadow => atom-text-editor[mini], atom-text-editor[mini].editor

  • atom-text-editor[mini] .cursor, atom-text-editor[mini]::shadow .cursor => atom-text-editor[mini] .cursor, atom-text-editor[mini].editor .cursor

  • atom-text-editor[mini] .selection .region, atom-text-editor[mini]::shadow .selection .region => atom-text-editor[mini] .selection .region, atom-text-editor[mini].editor .selection .region

  • .settings-view .section atom-text-editor[mini] .selection .region, .settings-view .section atom-text-editor[mini]::shadow .selection .region => .settings-view .section atom-text-editor[mini] .selection .region, .settings-view .section atom-text-editor[mini].editor .selection .region

  • atom-panel.modal atom-text-editor[mini] .cursor, .overlay atom-text-editor[mini] .cursor, atom-panel.modal atom-text-editor[mini]::shadow .cursor, .overlay atom-text-editor[mini]::shadow .cursor => atom-panel.modal atom-text-editor[mini] .cursor, .overlay atom-text-editor[mini] .cursor, atom-panel.modal atom-text-editor[mini].editor .cursor, .overlay atom-text-editor[mini].editor .cursor

  • atom-text-editor::shadow .regexp => atom-text-editor.editor .syntax--regexp

  • atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini]::shadow .cursor => `atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini] .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini] .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini] .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini] .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini].editor .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini].editor .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini].editor .cursor,
    atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini].editor .cursor

Deprecated selector in `climate-ui/index.less`

In climate-ui/index.less:

Starting from Atom v1.13.0, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using :host and ::shadow pseudo-selectors, and prepend all your syntax selectors with syntax--. To prevent breakage with existing style sheets, Atom will automatically upgrade the following selectors:

  • atom-text-editor[mini], atom-text-editor[mini]::shadow => atom-text-editor[mini], atom-text-editor[mini].editor

  • atom-text-editor[mini] .cursor, atom-text-editor[mini]::shadow .cursor => atom-text-editor[mini] .cursor, atom-text-editor[mini].editor .cursor

  • atom-text-editor[mini] .selection .region, atom-text-editor[mini]::shadow .selection .region => atom-text-editor[mini] .selection .region, atom-text-editor[mini].editor .selection .region

  • .settings-view .section atom-text-editor[mini] .selection .region, .settings-view .section atom-text-editor[mini]::shadow .selection .region => .settings-view .section atom-text-editor[mini] .selection .region, .settings-view .section atom-text-editor[mini].editor .selection .region

  • atom-panel.modal atom-text-editor[mini] .cursor, .overlay atom-text-editor[mini] .cursor, atom-panel.modal atom-text-editor[mini]::shadow .cursor, .overlay atom-text-editor[mini]::shadow .cursor => atom-panel.modal atom-text-editor[mini] .cursor, .overlay atom-text-editor[mini] .cursor, atom-panel.modal atom-text-editor[mini].editor .cursor, .overlay atom-text-editor[mini].editor .cursor

  • atom-text-editor::shadow .regexp => atom-text-editor.editor .syntax--regexp

  • atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini]::shadow .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini]::shadow .cursor => atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini] .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .find-and-replace atom-text-editor[mini].editor .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .find-and-replace atom-text-editor[mini].editor .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(2) .project-find atom-text-editor[mini].editor .cursor, atom-panel-container.bottom > .tool-panel.panel-bottom:nth-child(3) .project-find atom-text-editor[mini].editor .cursor

  • .platform-darwin atom-text-editor[mini]::shadow .placeholder-text => .platform-darwin atom-text-editor[mini].editor .placeholder-text

  • .platform-darwin .settings-view atom-text-editor[mini]::shadow .placeholder-text => .platform-darwin .settings-view atom-text-editor[mini].editor .placeholder-text

Automatic translation of selectors will be removed in a few release cycles to minimize startup time. Please, make sure to upgrade the above selectors as soon as possible.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.