Compare commits

...

2 commits

Author SHA1 Message Date
9513d6436d fix: Wrong height for vertical hr 2025-07-28 22:15:03 +02:00
62d96fd874 fix: Button shall not be selected as text 2025-07-28 22:11:47 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -70,7 +70,7 @@ hr {
&.vertical {
display: inline;
height: $line_basic;
height: $space_tiny;
margin: 0 $space_double;
border-width: 0 $width_border_basic 0 0;
}

View file

@ -159,6 +159,7 @@ button {
padding: $padding_basic;
color: $color_text_button;
background-color: $color_back_button;
user-select: none;
&:hover {
// border-color: #0059F6;