We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1c51c commit 78aded1Copy full SHA for 78aded1
web_src/less/_repository.less
@@ -996,11 +996,9 @@
996
position: relative;
997
color: #767676;
998
background-color: #f7f7f7;
999
-
1000
- .text {
1001
- padding-top: 10px;
1002
- padding-bottom: 10px;
1003
- }
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
1004
1005
&.arrow-top::before,
1006
&.arrow-top::after {
@@ -1017,11 +1015,16 @@
1017
1015
left: 7px;
1018
1016
}
1019
1020
- .actions a {
1021
- color: rgba(0, 0, 0, .4);
+ .actions {
+ padding: 0 .5rem;
1022
1023
- &:hover {
1024
- color: rgba(0, 0, 0, .8);
+ a {
+ color: rgba(0, 0, 0, .4);
+
1025
+ &:hover {
1026
+ color: rgba(0, 0, 0, .8);
1027
+ }
1028
1029
1030
0 commit comments