Browse Source

fixes #35, cursor on toggle in chrome

Former-commit-id: 3d75a4b154c537b906d97960aacbff8f450c4778
Former-commit-id: d7d978c060e8d1a81d040ecde7ed99224545cbfc
beta
jlukic 11 years ago
parent
commit
6e9b1cb977
  1. 2
      build/less/modules/checkbox.less
  2. 2
      build/minified/elements/button.min.css
  3. 2
      build/minified/modules/checkbox.min.css
  4. 2
      build/packaged/css/semantic.min.css.REMOVED.git-id
  5. 2
      build/packaged/javascript/semantic.min.js.REMOVED.git-id
  6. 2
      build/uncompressed/modules/checkbox.css
  7. 2
      node/src/files/release/less/modules/checkbox.less
  8. 2
      node/src/files/release/minified/elements/button.min.css
  9. 2
      node/src/files/release/minified/modules/checkbox.min.css
  10. 2
      node/src/files/release/packaged/css/semantic.min.css.REMOVED.git-id
  11. 2
      node/src/files/release/packaged/javascript/semantic.min.js.REMOVED.git-id
  12. 2
      node/src/files/release/semantic.zip.REMOVED.git-id
  13. 2
      node/src/files/release/uncompressed/modules/checkbox.css
  14. 95
      node/src/files/spec/button.json
  15. 2
      src/modules/checkbox.less

2
build/less/modules/checkbox.less

@ -182,6 +182,7 @@
---------------*/
.ui.slider.checkbox {
cursor: pointer;
width: 3em;
height: 2em;
}
@ -265,6 +266,7 @@
---------------*/
.ui.toggle.checkbox {
cursor: pointer;
width: 3em;
height: 2em;
}

2
build/minified/elements/button.min.css

File diff suppressed because one or more lines are too long

2
build/minified/modules/checkbox.min.css

File diff suppressed because one or more lines are too long

2
build/packaged/css/semantic.min.css.REMOVED.git-id

@ -1 +1 @@
20f44c2c6b0b42f855f41dca1eb574289d77edb9
49a071a29975db946340f37442304a61ffdfa671

2
build/packaged/javascript/semantic.min.js.REMOVED.git-id

@ -1 +1 @@
bcf0e43febcbf04715a43b0ad28ea870dc242488
3667552c1d04d3e238256fd371b9928abc95a958

2
build/uncompressed/modules/checkbox.css

@ -136,6 +136,7 @@
Slider
---------------*/
.ui.slider.checkbox {
cursor: pointer;
width: 3em;
height: 2em;
}
@ -202,6 +203,7 @@
Toggle
---------------*/
.ui.toggle.checkbox {
cursor: pointer;
width: 3em;
height: 2em;
}

2
node/src/files/release/less/modules/checkbox.less

@ -182,6 +182,7 @@
---------------*/
.ui.slider.checkbox {
cursor: pointer;
width: 3em;
height: 2em;
}
@ -265,6 +266,7 @@
---------------*/
.ui.toggle.checkbox {
cursor: pointer;
width: 3em;
height: 2em;
}

2
node/src/files/release/minified/elements/button.min.css

File diff suppressed because one or more lines are too long

2
node/src/files/release/minified/modules/checkbox.min.css

File diff suppressed because one or more lines are too long

2
node/src/files/release/packaged/css/semantic.min.css.REMOVED.git-id

@ -1 +1 @@
20f44c2c6b0b42f855f41dca1eb574289d77edb9
49a071a29975db946340f37442304a61ffdfa671

2
node/src/files/release/packaged/javascript/semantic.min.js.REMOVED.git-id

@ -1 +1 @@
bcf0e43febcbf04715a43b0ad28ea870dc242488
3667552c1d04d3e238256fd371b9928abc95a958

2
node/src/files/release/semantic.zip.REMOVED.git-id

@ -1 +1 @@
5e3a501ca3409f3a54a3ba87eec17f9c432cabfa
8651c746ccb8235d792c372618add038e053576e

2
node/src/files/release/uncompressed/modules/checkbox.css

@ -136,6 +136,7 @@
Slider
---------------*/
.ui.slider.checkbox {
cursor: pointer;
width: 3em;
height: 2em;
}
@ -202,6 +203,7 @@
Toggle
---------------*/
.ui.toggle.checkbox {
cursor: pointer;
width: 3em;
height: 2em;
}

95
node/src/files/spec/button.json

@ -1,31 +1,57 @@
{
"Name" : "Button",
"Type" : "UI Element",
// Package Name (SubType Type)
"Name" : "Semantic Button",
// Version #
"Version" : "0.1",
// Type of element
"Type" : "button",
// Type of definition
"Definition" : "Element",
// ID of UI components that must be included
"Dependencies" : [],
// list of required components in "id name" format
"Coupling" : ["semantic icon", "semantic loader"],
// List of mutually exclusive types with their koan generators <https://github.com/zodoz/jquery-ZenCoding>
"Types": {
"Singular": {
"Standard" : ".ui.button",
"Icon" : ".ui.icon.button > i.add.icon",
"Labeled Icon" : ".ui.labeled.icon.button > i.add.icon"
},
"Group": {
"Standard" : ".ui.buttons > .button+.button+.button",
"Icon" : ".ui.buttons > ( (.button > i.icon.user) + (.button > i.icon.heart) + (.button > i.icon.lab))",
"Conditional" : ".ui.buttons > .button+.or+.button",
"Vertical" : ".vertical.ui.buttons > .button+.button+.button"
}
},
"Text": {
".ui.button" : "Button"
"Singular": {
"Standard" : ".ui.button",
"Icon" : ".ui.icon.button > i.add.icon",
"Labeled Icon" : ".ui.icon.button > i.add.icon",
"Social" : [
".ui.facebook.button > i.facebook.icon",
".ui.twitter.button > i.twitter.icon"
]
},
"Plural": {
"Standard" : ".ui.buttons > .button+.button+.button",
"Icon" : ".ui.buttons > ( (.button > i.icon.user) + (.button > i.icon.heart) + (.button > i.icon.lab))",
"Conditional" : ".ui.buttons > .button+.or+.button",
"Vertical" : ".vertical.ui.buttons > .button+.button+.button"
}
},
// Set of states that an element can occupy
"States": {
"Hover" : "hover",
"Down" : "down",
"Active" : "active",
"Loading" : "loading",
"Disabled" : "disabled"
},
// Sets of variations of an element
"Variations" : {
"Circular" : "circular",
"Toggle" : "toggle",
"Fluid" : "fluid",
"Size": [
"Size" : [
"mini",
"tiny",
"small",
@ -34,7 +60,7 @@
"huge",
"massive"
],
"Color": [
"Color" : [
"black",
"green",
"red",
@ -43,9 +69,9 @@
"red",
"teal"
],
"Ordinality": [
"secondary",
"tertiary"
"Feedback": [
"positive",
"negative"
],
"Attached" : [
"attached top",
@ -53,5 +79,32 @@
"attached left",
"attached right"
]
},
// Used with generators to create example content
"Text": {
".button" : ["Button", "Follow", "Submit"]
},
// Your module may optionally include a text definition of its variations to help clarify their purpose. This may include the definition of types or variations
"Definition": {
"Standard" : "A simple button",
"Icon" : "A button icon is formatted to contain only an icon",
"Labeled Icon" : "A button can have an icon and a label",
"Social" : "A button can be formatted to link to a social website",
"Hover" : "A button can change to show a user has hovered their mouse",
"Down" : "A button can change when pressed using touch or mouse events",
"Active" : "A button can show it is currently the active user selection",
"Loading" : "A button can show a loading indicator",
"Disabled" : "A button can show it is currently unable to be interacted with",
"Attached" : "A button can attach to other content",
"Circular" : "A button can be circular",
"Color" : "A button can have different colors",
"Fluid" : "A button can be fluid",
"Ordinality" : "A button can blend into a page",
"Size" : "A button can vary in size",
"Toggle" : "A button can be formatted to toggle on and off"
}
}

2
src/modules/checkbox.less

@ -182,6 +182,7 @@
---------------*/
.ui.slider.checkbox {
cursor: pointer;
width: 3em;
height: 2em;
}
@ -265,6 +266,7 @@
---------------*/
.ui.toggle.checkbox {
cursor: pointer;
width: 3em;
height: 2em;
}

Loading…
Cancel
Save