mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
Enrich styleguide with new features, rules and changes
The styleguide for usage of visual elements has not been updated for a long time. In the course of this story it should be adapted to the current standards and rules. In addition, heavy violations were rectified directly.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
import styled from "styled-components";
|
||||
|
||||
const DateElement = styled.time`
|
||||
border-bottom: 1px dotted rgba(219, 219, 219);
|
||||
border-bottom: 1px dotted rgb(219, 219, 219);
|
||||
cursor: help;
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user