Skip to content

Commit

Permalink
Update Semantic UI to 2.5.0 (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee authored Jan 26, 2025
1 parent fb1fcce commit d8e9e57
Show file tree
Hide file tree
Showing 67 changed files with 1,258 additions and 2,852 deletions.
22 changes: 6 additions & 16 deletions sass/semantic/_accordion.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.2 - Accordion
* # Semantic UI 2.5.0 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -63,13 +63,9 @@
margin: 0em 0.25rem 0em 0rem;
padding: 0em;
font-size: 1em;
-webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
transition: transform 0.1s ease, opacity 0.1s ease;
transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
vertical-align: baseline;
-webkit-transform: none;
transform: none;
transform: none;
}

/*--------------
Expand All @@ -85,8 +81,7 @@
.ui.accordion.menu .item .title > .dropdown.icon {
float: right;
margin: 0.21425em 0em 0em 1em;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
transform: rotate(180deg);
}

/* Header */
Expand All @@ -102,12 +97,10 @@

.ui.accordion .active.title .dropdown.icon,
.ui.accordion .accordion .active.title .dropdown.icon {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
transform: rotate(90deg);
}
.ui.accordion.menu .item .active.title > .dropdown.icon {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
transform: rotate(90deg);
}


Expand All @@ -127,8 +120,7 @@
.ui.styled.accordion .accordion {
border-radius: 0.28571429rem;
background: #FFFFFF;
-webkit-box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
}
.ui.styled.accordion .title,
.ui.styled.accordion .accordion .title {
Expand All @@ -137,7 +129,6 @@
color: rgba(0, 0, 0, 0.4);
font-weight: bold;
border-top: 1px solid rgba(34, 36, 38, 0.15);
-webkit-transition: background 0.1s ease, color 0.1s ease;
transition: background 0.1s ease, color 0.1s ease;
}
.ui.styled.accordion > .title:first-child,
Expand Down Expand Up @@ -250,4 +241,3 @@
/*******************************
User Overrides
*******************************/

8 changes: 3 additions & 5 deletions sass/semantic/_ad.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.2 - Ad
* # Semantic UI 2.5.0 - Ad
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -248,8 +248,7 @@
left: 50%;
width: 100%;
text-align: center;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
content: 'Ad';
color: #FFFFFF;
font-size: 1em;
Expand All @@ -271,5 +270,4 @@

/*******************************
User Variable Overrides
*******************************/

*******************************/
5 changes: 2 additions & 3 deletions sass/semantic/_breadcrumb.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.2 - Breadcrumb
* # Semantic UI 2.5.0 - Breadcrumb
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -120,5 +120,4 @@

/*******************************
Site Overrides
*******************************/

*******************************/
Loading

0 comments on commit d8e9e57

Please sign in to comment.