Skip to content

Commit

Permalink
chore: format less files with new stylelint version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Aug 28, 2024
1 parent e2b4c4c commit fcd9f73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ section h4 {
background-color: @portlet-titlebar-background-color; /* Old browsers */
position: relative;

#gradient > .vertical(lighten(@portlet-titlebar-background-color, 5%), darken(@portlet-titlebar-background-color, 10%), 0%, 100%);;;
#gradient > .vertical(lighten(@portlet-titlebar-background-color, 5%), darken(@portlet-titlebar-background-color, 10%), 0%, 100%);
.border(@portlet-header-border-color);
.border-radiuses-top(@portlet-border-radius);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@
-moz-border-radius-bottomright: @bottomright;
-moz-border-radius-bottomleft: @bottomleft;
-moz-border-radius-topleft: @topleft;
border-top-right-radius: @topright;
border-bottom-right-radius: @bottomright;
border-bottom-left-radius: @bottomleft;
border-top-left-radius: @topleft;
border-radius: @topleft @topright @bottomright @bottomleft;
background-clip: padding;
background-clip: padding-box;
background-clip: padding-box;
Expand Down Expand Up @@ -109,7 +106,7 @@
}
.gradient(@background, @gradient) when (@gradient = true) {
// Only applies solid background
#gradient > .vertical(darken(@background, 0), darken(@background, 10%), 0%, 100%);;;
#gradient > .vertical(darken(@background, 0), darken(@background, 10%), 0%, 100%);
}

.animation (@name, @duration: 300ms, @delay: 0, @ease: ease) {
Expand Down Expand Up @@ -146,7 +143,7 @@

.pretty-buttons(@color, @background, @text-shadow: none) {
.contrasted(lighten(@background, 5%), @light: @color);
#gradient > .vertical(lighten(@background, 5%), darken(@background, 10%), 0%, 100%);;;
#gradient > .vertical(lighten(@background, 5%), darken(@background, 10%), 0%, 100%);

border-color: darken(@background, 10%);
border-bottom-color: darken(@background, 20%);
Expand All @@ -157,7 +154,7 @@
&:focus,
&:active,
&.active {
#gradient > .vertical(darken(@background, 0), darken(@background, 10%), 0%, 100%);;;
#gradient > .vertical(darken(@background, 0), darken(@background, 10%), 0%, 100%);

border-color: darken(@background, 20%);
color: @color;
Expand Down

0 comments on commit fcd9f73

Please sign in to comment.