Browse Source

rebuild

pull/2300/head
jlukic 9 years ago
parent
commit
97cb8af018
4 changed files with 6 additions and 6 deletions
  1. 4
      dist/components/menu.css
  2. 2
      dist/components/menu.min.css
  3. 4
      dist/semantic.css
  4. 2
      dist/semantic.min.css

4
dist/components/menu.css

@ -91,8 +91,8 @@
text-transform: none;
color: rgba(0, 0, 0, 0.87);
font-weight: normal;
-webkit-transition: none;
transition: none;
-webkit-transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.ui.menu > .item:first-child {
border-radius: 0.2857rem 0px 0px 0.2857rem;

2
dist/components/menu.min.css
File diff suppressed because it is too large
View File

4
dist/semantic.css

@ -17227,8 +17227,8 @@ body > .ui.grid {
text-transform: none;
color: rgba(0, 0, 0, 0.87);
font-weight: normal;
-webkit-transition: none;
transition: none;
-webkit-transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.ui.menu > .item:first-child {

2
dist/semantic.min.css
File diff suppressed because it is too large
View File

Loading…
Cancel
Save