]> Untitled Git - lemmy-ui.git/commitdiff
Merge branch 'main' into feat/create-post-file-upload-a11y
authorJay Sitter <jsit@users.noreply.github.com>
Sun, 25 Jun 2023 22:20:04 +0000 (18:20 -0400)
committerGitHub <noreply@github.com>
Sun, 25 Jun 2023 22:20:04 +0000 (18:20 -0400)
1  2 
src/assets/css/main.css

index dde2a503ad866f69d37d40dce47e9f745fe86c02,b917b3ec73317c4c86d4b57ab0288646f3c3da44..d3e9d0b811422b5d8c64fed8db5ba5c610084e1e
    margin-top: -6.5px;
  }
  
- .post-title a:visited {
+ .post-title a:visited:not(:hover) {
    color: var(--bs-gray) !important;
  }
 +
 +input[type="file"]::file-selector-button {
 +  font: inherit;
 +  border: 0;
 +  padding: 0.375em 0.75em;
 +  border-radius: var(--bs-border-radius);
 +  background-color: var(--bs-secondary);
 +  color: var(--bs-white);
 +}
  
  .icon {
    display: inline-grid;