Skip to content

Commit

Permalink
remove redundant css rule from glow animation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 24, 2021
1 parent dfa0efc commit acb9915
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 14 deletions.
5 changes: 2 additions & 3 deletions css/jquery.terminal-2.30.2.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/ version 2.30.2
* \/ /____/ version DEV
* http://terminal.jcubic.pl
*
* This file is part of jQuery Terminal.
*
* Copyright (c) 2011-2021 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Date: Thu, 23 Dec 2021 20:23:53 +0000
* Date: Fri, 24 Dec 2021 14:41:18 +0000
*/

.terminal .terminal-output .format, .cmd .format,
Expand Down Expand Up @@ -365,7 +365,6 @@ terminal .terminal-output > div {
background-color: var(--original-color, #aaa);
color: #000;
color: var(--background, #000);
box-shadow: 0 0 calc(var(--glow) * 3px) #aaa;
-webkit-box-shadow: 0 0 calc(var(--glow) * 3px) var(--color, #aaa);
box-shadow: 0 0 calc(var(--glow) * 3px) var(--color, #aaa);
}
Expand Down
6 changes: 3 additions & 3 deletions css/jquery.terminal-2.30.2.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion css/jquery.terminal-src.css
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ terminal .terminal-output > div {
background-color: var(--original-color, #aaa);
color: #000;
color: var(--background, #000);
box-shadow: 0 0 calc(var(--glow) * 3px) #aaa;
-webkit-box-shadow: 0 0 calc(var(--glow) * 3px) var(--color, #aaa);
box-shadow: 0 0 calc(var(--glow) * 3px) var(--color, #aaa);
}
Expand Down
5 changes: 2 additions & 3 deletions css/jquery.terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
* __ / // // // // // _ // _// // / / // _ // _// // // \/ // _ \/ /
* / / // // // // // ___// / / // / / // ___// / / / / // // /\ // // / /__
* \___//____ \\___//____//_/ _\_ / /_//____//_/ /_/ /_//_//_/ /_/ \__\_\___/
* \/ /____/ version 2.30.2
* \/ /____/ version DEV
* http://terminal.jcubic.pl
*
* This file is part of jQuery Terminal.
*
* Copyright (c) 2011-2021 Jakub Jankiewicz <https://jcubic.pl/me>
* Released under the MIT license
*
* Date: Thu, 23 Dec 2021 20:23:53 +0000
* Date: Fri, 24 Dec 2021 14:41:18 +0000
*/

.terminal .terminal-output .format, .cmd .format,
Expand Down Expand Up @@ -365,7 +365,6 @@ terminal .terminal-output > div {
background-color: var(--original-color, #aaa);
color: #000;
color: var(--background, #000);
box-shadow: 0 0 calc(var(--glow) * 3px) #aaa;
-webkit-box-shadow: 0 0 calc(var(--glow) * 3px) var(--color, #aaa);
box-shadow: 0 0 calc(var(--glow) * 3px) var(--color, #aaa);
}
Expand Down
6 changes: 3 additions & 3 deletions css/jquery.terminal.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/jquery.terminal.min.css.map

Large diffs are not rendered by default.

0 comments on commit acb9915

Please sign in to comment.