Skip to content

Commit

Permalink
Updated component to version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Oct 6, 2022
1 parent 4e0610b commit 48c8e5c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
9 changes: 3 additions & 6 deletions comment.css
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Comment
* # Semantic UI 2.5.0 - Comment
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -206,8 +206,7 @@
.ui.threaded.comments .comment .comments {
margin: -1.5em 0 -1em 1.25em;
padding: 3em 0em 2em 2.25em;
-webkit-box-shadow: -1px 0px 0px rgba(34, 36, 38, 0.15);
box-shadow: -1px 0px 0px rgba(34, 36, 38, 0.15);
box-shadow: -1px 0px 0px rgba(34, 36, 38, 0.15);
}

/*--------------------
Expand All @@ -220,10 +219,8 @@
top: 0px;
right: 0px;
left: auto;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
transition-delay: 0.1s;
}
.ui.minimal.comments .comment > .content:hover > .actions {
opacity: 1;
Expand Down
4 changes: 2 additions & 2 deletions comment.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -5,10 +5,10 @@
"authors": [{
"name": "Jack Lukic",
"email": "jacklukic@gmail.com",
"web": "http://www.jacklukic.com",
"homepage": "http://www.jacklukic.com",
"role": "Creator"
}],
"keywords": ["semantic", "ui", "css", "framework"],
"license": "MIT",
"version": "2.4.1"
"version": "2.5.0"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-comment",
"version": "2.4.1",
"version": "2.5.0",
"title": "Semantic UI - Comment",
"description": "Single component release of comment",
"homepage": "http://www.semantic-ui.com",
Expand Down

0 comments on commit 48c8e5c

Please sign in to comment.