Skip to content

Commit

Permalink
feat: Revert Hyperlink color to specific instead of predefined browse…
Browse files Browse the repository at this point in the history
…r - MEED-2554- Meeds-io/meeds#1116 (#678)

This change is going to revert change made to make Links colors using
predefined browser colors.
  • Loading branch information
boubaker authored Sep 21, 2023
1 parent bcd810a commit cdc8208
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions platform-ui-skin/src/main/webapp/skin/less/core/helpers.less
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,6 @@
font-size: revert;
vertical-align: revert;
background: revert;
color: revert;
}

ins {
Expand Down Expand Up @@ -656,9 +655,6 @@
}
}
.VuetifyApp .v-application .rich-editor-content {
a {
color: revert;
}
ul, ol {
margin: 0 0 10px 25px ~'; /** orientation=lt */ ';
margin: 0 25px 10px 0 ~'; /** orientation=rt */ ';
Expand All @@ -684,7 +680,10 @@
color: @textColor!important;
}
}
.metadata-tag {
color: @primaryColor;
a {
color: #0782c1;
&:visited {
color: purple;
}
}
}

0 comments on commit cdc8208

Please sign in to comment.