Skip to content

Commit

Permalink
Fix deprecations in stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Santos committed Jan 16, 2015
1 parent 4ebfffd commit 393ef8c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions stylesheets/minimap.less
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ atom-text-editor::shadow, atom-text-editor {
// ## ## ## ##
// ### #######

.pane.with-minimap {
.editor, :host, atom-text-editor, atom-text-editor::shadow {
atom-pane.with-minimap {
atom-text-editor, :host, atom-text-editor, atom-text-editor::shadow {

&:not(.minimap-editor):not(.mini) {
padding-right: 10%;
Expand All @@ -105,7 +105,7 @@ atom-text-editor::shadow, atom-text-editor {
}
}

.zen .pane.with-minimap {
.zen atom-pane.with-minimap {
atom-text-editor, atom-text-editor::shadow {
padding-right: 0 !important;

Expand Down Expand Up @@ -171,8 +171,8 @@ atom-text-editor::shadow, atom-text-editor {
}

.minimap-on-left {
.pane.with-minimap {
.editor, :host, atom-text-editor, atom-text-editor::shadow {
atom-pane.with-minimap {
atom-text-editor, :host, atom-text-editor, atom-text-editor::shadow {
&:not(.minimap-editor):not(.mini) {
padding-right: 0;
padding-left: 10%;
Expand Down Expand Up @@ -201,7 +201,7 @@ atom-text-editor::shadow, atom-text-editor {

-webkit-user-select: none;

.editor {
atom-text-editor {
padding: 0 !important;
background: transparent;
}
Expand Down Expand Up @@ -259,8 +259,8 @@ atom-text-editor::shadow, atom-text-editor {
// Mixins
.accelerated {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
transform: translateZ(0);
}
}

0 comments on commit 393ef8c

Please sign in to comment.