Commit Graph

193 Commits

Author SHA1 Message Date
Fernanda Leite
247cb6e662 Fix Indeterminate Progress Bar animation in Firefox. Fixes #2258 2019-05-18 11:54:18 +01:00
Jeremy Thomas
86b7baa2ff Fix #349 2019-05-17 14:02:12 +01:00
Jeremy Thomas
565af6ddd9 Add more variables 2019-05-17 13:50:39 +01:00
Jeremy Thomas
97cb0311f1 Fix #2297 2019-05-17 12:51:52 +01:00
ludovic landier
99aeecce3c Add customizable border radius to progressbar (#2224)
* Add customizable border radius to progressbar

* Update variables
2019-05-17 11:52:34 +01:00
James Adam Wasson
196338d356 Make centered buttons have equal margin (#2381)
* Make centered buttons have equal margin

* Add fix for .has-addons centered

* Add fix for is-right
2019-05-17 10:56:58 +01:00
Micko Rj
8de5d548d6 Duplicate .has-addons in tag 2019-05-17 10:37:41 +01:00
abc
7eb08242c2 Fix th and td selectors that override the attribute 'align' 2019-05-17 10:30:13 +01:00
Otto Radics
e6ca4af4b9 Fixes #1553
Unused $input-radius is now used as a default border-radius.
2019-02-25 12:55:31 +00:00
Jeremy Thomas
7d739cfadb Fix #1875 2018-10-31 19:22:21 +00:00
May Kittens Devour Your Soul
2d2c8f7a30 Fix for #1875 | buttons and tags group sizing (are-small/are-medium/are-large) (#2201)
* Update button.sass

button grouping sizes

* Update tag.sass
2018-10-31 18:57:58 +00:00
Jeremy Thomas
ff8c4c18ac Fix #1681 2018-10-31 18:31:52 +00:00
Sam Featherstone
e8f485e27a fieldset disabled styles (#1682)
* fieldset disabled styles

* Added disabled styles to button elements included inside a disabled fieldset

* Added comma, and fieldset element reset

* fieldset doesn't need display block
2018-10-31 18:29:55 +00:00
Roger Vandawalker
54954a2907 Give arbitrary elements access to image/ratio responsive classes (#592) 2018-10-31 13:50:49 +00:00
gvdp
2297c65c60 #2091 remove css rule which causes has-addons to not work correctly (#2188)
* #2091 remove css rule which causes has-addons to not work correctly

* #2091 remove css rule which causes has-addons to not work correctly

* #2091 Don't include compiled css

* #2091 Don't include compiled css
2018-10-31 13:44:26 +00:00
Jonathan Taylor
dfd0b88c2c add variables for setting background-color thead, tbody, tfoot (#2206)
* add variables for setting background-color thead, tbody, tfoot

* update changelog
2018-10-31 13:35:42 +00:00
Jeremy Thomas
3c096d05bd Fix #372 2018-10-28 14:45:28 +00:00
I'm Luis! ^-^
61899e3ede Added indeterminate progress bar 2018-10-28 12:02:19 +00:00
Ariejan de Vroom
cee7e5cd17 Extract input placeholder colors to variables (#2168)
* Extract input placeholder colors to variables

This makes it easier to override the color colour of the placeholder text in an input.

* Remove semicolon, because SASS.

This is SASS, not SCSS.
2018-10-28 09:38:14 +00:00
Joe Sweeney
8355aa363c Allow border radius if only one control in field
If there is only one child inside a field with addons, the current first and last child selectors remove any radius. Since a single control would be both a first and last child at the same time, it gets canceled out. This leverages the :only-child property to not apply this rule if there is only one control.
2018-10-28 09:30:52 +00:00
Jeremy Thomas
291c437ab5 Fix #1696 2018-10-28 07:56:15 +00:00
Nick
403b26696d The Details disclosure element fixes (#1978)
* The Details disclosure element fixes

* Update form.sass

``display: flex`` removed
2018-10-28 07:51:39 +00:00
Jeremy Thomas
ee8e0a497e Add content ol types 2018-10-07 19:04:09 +02:00
slawekrewaj
c12a649c93 Add list style modifiers emulating type attribute values different then decimal to ol element in content class - fixes #1940 2018-10-07 18:41:39 +02:00
Jeremy Thomas
a05832bd99 Fix #1904 and #1969 2018-10-07 17:58:42 +02:00
kouceyla
0d319def10 fix error message for required file fix #1137 2018-10-07 12:43:52 +02:00
Jeff Parker, PE
0e51e3d29c Update table.sass, fix color hover on striped rows 2018-10-07 12:11:10 +02:00
Jeremy Thomas
9a5c7efe6c Fix control extend 2018-10-02 07:04:19 +01:00
Jeremy Thomas
91db8e1af0 New control height and line height variables 2018-10-02 07:01:43 +01:00
Jeremy Thomas
036945d970 Fix #1991 2018-10-02 06:51:11 +01:00
Jeremy Thomas
04fb26b450 Fix mixins/extends confusion 2018-09-04 15:24:57 +02:00
Patrick Abkarian
e19e75eb68 ie11 doesn't listen to size="" if it's given initial 2018-07-23 12:34:47 +01:00
Kadir Doğan
5048a0d7fb Fixes #1992 - Disabled form elements hover state is overlapping, if control has add-ons elements (#1993)
* <!-- PLEASE READ THE FOLLOWING INSTRUCTIONS -->
<!-- DO NOT REBUILD THE CSS OUTPUT IN YOUR PR -->

<!-- Choose one of the following: -->
This is a bugfix
<!-- New feature? Update the CHANGELOG.md too, and eventually the Docs. -->
<!-- Improvement? Explain how and why. -->
<!-- Bugfix? Reference that issue as well. -->
If a form field is disabled and that form field uses has add-on element ( has-addons ), hover state is overlapping to add-on element.

### Proposed solution
<!-- Which specific problem does this PR solve and how?  -->
<!-- If it fixes a particular Issue, add "Fixes #ISSUE_NUMBER" in your title -->
This solution excludes disabled form elements hover state which is used within has-addons fields wrapper.
Fixes #1992

### Tradeoffs
<!-- What are the drawbacks of this solution? Are there alternative ones? -->
<!-- Think of performance, build time, usability, complexity, coupling…) -->
No tradeoffs.

### Testing Done
I checkout out master and changed the lines.

* Disabled form elements hover state is overlapping, if control has add-ons elements
If a form field is disabled and that form field uses has add-on element ( has-addons ), hover state is overlapping to add-on element.

* Disabled form elements hover state is overlapping, if control has add-ons elements
If a form field is disabled and that form field uses has add-on element ( has-addons ), hover state is overlapping to add-on element.
2018-07-18 13:09:20 +01:00
HacheB
8d049b5959 Update notification.sass
For use dropdown component in notification.
2018-07-09 15:50:37 +01:00
Jeremy Thomas
b98a454615 Update changelog 2018-05-30 10:54:32 +02:00
Reece May
c0966157b0 fix icon floating out of input
Corrects the problem of the .has-icon-left / .has-icon-right fields floating out of the input area when a .help element is floated to the right of a preceding input
2018-05-30 09:53:01 +01:00
Jeremy Thomas
379bcb481e Fix button docs 2018-04-12 00:20:58 +01:00
Jeremy Thomas
3babdbc850 Fix select colors 2018-04-11 09:59:47 +01:00
Jeremy Thomas
f0074aa339 Do elements 2018-04-09 14:15:31 +01:00
Jeremy Thomas
0f9d338f66 Create links nav 2018-04-09 12:45:52 +01:00
Jeremy Thomas
740df6a0fa Fix #1759 2018-04-08 20:15:06 +01:00
Jeremy Thomas
a76c16b387 Add control and button border variables 2018-04-08 20:15:06 +01:00
Jeremy Thomas
8baa6cc6dc Fix before and after selectors 2018-04-08 20:15:06 +01:00
Alexandre Cibot
29d784ccca Fix .delete on .tag 2018-04-08 16:36:48 +01:00
Pieter Jan De Smedt
6bfc1a61f7 Add some common photography aspect ratios (5:4, 5:3, 3:1) and all aspect ratio portrait counterparts 2018-04-08 16:30:27 +01:00
Tim MacDonald
ee4ba31556 add is-expanded modifier 2018-04-08 15:56:18 +01:00
Andrew Sosa
4f5899036e Disable table hover in .content by default [Fixes #1295] (#1707)
* Disable table hover in .content #1295

* Remove reference to table hover in elements/content docs. 

Remove unnecessary $content-table-row-hover-background-color variable from sass file
2018-04-08 15:08:57 +01:00
Jeremy Thomas
b4c31c0732 Add book modal 2018-03-26 15:33:31 +01:00
Robbin Johansson
814d83725f Fix #1473 unset > initial (#1597) 2018-02-02 15:23:34 +00:00
Angel Gomez
64551af87b Fix spacing of the delete button in notification element (#1518) 2017-12-28 16:08:10 +01:00