Browse Source

SONAR-17494 Apply the new accessible style to old links

tags/9.8.0.63668
Revanshu Paliwal 1 year ago
parent
commit
910b43f5a0
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      server/sonar-web/src/main/js/components/controls/buttons.css

+ 3
- 2
server/sonar-web/src/main/js/components/controls/buttons.css View File

@@ -125,7 +125,7 @@
border-radius: 0;
background: transparent;
color: var(--darkBlue);
border-bottom: 1px solid var(--lightBlue);
border-bottom: 1px solid var(--primarya40);
font-weight: 400;
font-size: inherit;
transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-bottom 0.2s ease;
@@ -137,7 +137,8 @@

.button-link:hover {
background: transparent;
color: var(--blue);
color: var(--darkBlue);
border-bottom-color: var(--primary);
}

.button-link.disabled {

Loading…
Cancel
Save