patternfly-3
patternfly-3 copied to clipboard
This repo contains the HTML, CSS, and JQuery for the PatternFly 3 project.
#### Description This PR fixes one or more vulnerable packages in the `rubygems` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/mikecthompson/test/github/43a6f436-5481-4b34-979d-5f3c2dd6d470/master..snyk-fix-c543c5b690965e3f27622d274e3c1ede) for more details. #### Snyk Project: [patternfly/patternfly:Gemfile.lock](https://app.snyk.io/org/mikecthompson/project/43a6f436-5481-4b34-979d-5f3c2dd6d470) ####...
Hello, I'm trying to figure out why the Filter plugin won't work if a table has `serverSide: true`. When I set it to `false`, like in the examples, it works...
When building with webpack (sass-loader), and using the sass variant, the build is failing because external dependencies are not distinguished from relative paths and the loader has no way of...
The `sass` rubygem became deprecated and the `sassc` should be used instead. http://sass.logdown.com/posts/7081811
The wizard style doesn't handle long text very well, not sure if it should wrap or cut off or ellipsis. But it doesn't look good when the text is long....
Hi, I try to override the style of patternfly using the following [tutorial](https://github.com/patternfly/patternfly-tutorial). However when i try to import the less file of patternfly ``` javascript @import "patternfly/dist/less/patternfly"; ``` I...
For example: https://app.snyk.io/vuln/SNYK-JS-BOOTSTRAPSELECT-173741
Wrong tidle-escaped strings cause a parsing exception when using the postcss-calc nodejs module. Those are now fixed as specified in the readme. ## Description Write a few sentences describing the...
## kbd styling issue #1002 This PR is related to #1134, that I mistakenly rebased onto the wrong branch. This PR only has the relevant changes (sorry :slightly_frowning_face:) ## Changes...
fix #1076 ## Description There are 2 "x" (clear) icons when editing a text input in IE/edge, because IE has a native pseudo element to clear an input. ## Changes...