Browse Source

Rebuild 1.10.3

pull/1890/head 1.10.3
jlukic 10 years ago
parent
commit
e8c57f5e1d
5 changed files with 5 additions and 2 deletions
  1. 1
      RELEASE-NOTES.md
  2. 1
      dist/components/button.css
  3. 2
      dist/components/button.min.css
  4. 1
      dist/semantic.css
  5. 2
      dist/semantic.min.css

1
RELEASE-NOTES.md

@ -6,6 +6,7 @@
- **Build Tools** - All UI components now have component name in comment banners and release version
- **Menu** - Fixes dropdown menu item not having a hover state inside inverted menu
- **Search** - Fixes bug in category search causing item selection to sometimes produce a javascript error.
- **Button** - Fixes `<button>` inside `vertical buttons` not taking full container width
### Version 1.10.1-2 - February 24, 2015

1
dist/components/button.css

@ -2354,6 +2354,7 @@
.ui.vertical.buttons .button {
display: block;
float: none;
width: 100%;
margin: 0px 0px 0px 0px;
box-shadow: none;
}

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

1
dist/semantic.css

@ -3339,6 +3339,7 @@ input::selection {
.ui.vertical.buttons .button {
display: block;
float: none;
width: 100%;
margin: 0px 0px 0px 0px;
box-shadow: none;
}

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

Loading…
Cancel
Save