claritas-web-framework 6.0.0-alpha-19 → 6.0.0-alpha-20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.html CHANGED
@@ -7,28 +7,5 @@
7
7
  <title><%= htmlWebpackPlugin.options.title %></title>
8
8
  </head>
9
9
 
10
- <body>
11
- <div class="alert alert--primary">
12
- <a href="/">Click me!</a> this is an alert
13
- </div>
14
- <div class="alert alert--success">
15
- <a href="/">Click me!</a> this is an alert
16
- </div>
17
- <div class="alert alert--warning">
18
- <a href="/">Click me!</a> this is an alert
19
- </div>
20
- <div class="alert alert--danger">
21
- <a href="/">Click me!</a> this is an alert
22
- </div>
23
- <div class="alert alert--secondary">
24
- <a href="/">Click me!</a> this is an alert
25
- </div>
26
- <div class="alert alert--info">
27
- <a href="/">Click me!</a> this is an alert
28
- </div>
29
- <div class="alert alert--light">
30
- <a href="/">Click me!</a> this is an alert
31
- </div>
32
- <div class="alert"><a href="/">Click me!</a> this is an alert</div>
33
- </body>
10
+ <body></body>
34
11
  </html>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "claritas-web-framework",
3
- "version": "6.0.0-alpha-19",
4
- "updated": "11/08/2022",
3
+ "version": "6.0.0-alpha-20",
4
+ "updated": "12/08/2022",
5
5
  "description": "The CSS framework built for Claritas front end.",
6
6
  "main": "index.js",
7
7
  "scripts": {
package/scss/_reboot.scss CHANGED
@@ -252,7 +252,7 @@ sup {
252
252
 
253
253
  // Links
254
254
 
255
- a[href] {
255
+ a {
256
256
  color: $link-color;
257
257
  text-decoration: $link-decoration;
258
258
 
@@ -1,7 +1,7 @@
1
1
  @mixin make-color($value) {
2
2
  color: $value !important;
3
3
 
4
- & a[href] {
4
+ & a {
5
5
  color: $value !important;
6
6
 
7
7
  &:hover,
@@ -16,6 +16,7 @@
16
16
 
17
17
  &:hover {
18
18
  border-color: $button-border-color-hover;
19
+ text-decoration: none;
19
20
  }
20
21
 
21
22
  &:focus {